aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/instruments/Instruments.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/instruments/Instruments.cpp')
-rw-r--r--tests/framework/instruments/Instruments.cpp1
1 files changed, 1 insertions, 0 deletions
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