From 6e4334962913a4b4d88d3d2b9d76ef2b7850a56c Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Thu, 9 Nov 2017 15:52:00 +0000 Subject: COMPMID-663 Adding instrument to return timestamps of clGetEventProfilingInfo Change-Id: I1037054615593205f07e25fb9b16fecd13407c2c Reviewed-on: http://mpd-gerrit.cambridge.arm.com/95142 Tested-by: Kaizen Reviewed-by: Georgios Pinitas --- tests/framework/instruments/Instruments.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/framework/instruments/Instruments.cpp') diff --git a/tests/framework/instruments/Instruments.cpp b/tests/framework/instruments/Instruments.cpp index 1c21f0773d..eca6d6f437 100644 --- a/tests/framework/instruments/Instruments.cpp +++ b/tests/framework/instruments/Instruments.cpp @@ -45,6 +45,7 @@ InstrumentType instrument_type_from_name(const std::string &name) { "pmu_cycles", InstrumentType::PMU_CYCLE_COUNTER }, { "pmu_instructions", InstrumentType::PMU_INSTRUCTION_COUNTER }, { "mali", InstrumentType::MALI }, + { "opencl_timer", InstrumentType::OPENCL_TIMER }, }; try -- cgit v1.2.1