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.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/framework/instruments/Instruments.cpp b/tests/framework/instruments/Instruments.cpp
index 797a7242ae..699a11d700 100644
--- a/tests/framework/instruments/Instruments.cpp
+++ b/tests/framework/instruments/Instruments.cpp
@@ -41,8 +41,9 @@ InstrumentType instrument_type_from_name(const std::string &name)
{ "all", InstrumentType::ALL },
{ "none", InstrumentType::NONE },
{ "wall_clock", InstrumentType::WALL_CLOCK_TIMER },
- { "cycles", InstrumentType::PMU_CYCLE_COUNTER },
- { "instructions", InstrumentType::PMU_INSTRUCTION_COUNTER },
+ { "pmu", InstrumentType::PMU },
+ { "pmu_cycles", InstrumentType::PMU_CYCLE_COUNTER },
+ { "pmu_instructions", InstrumentType::PMU_INSTRUCTION_COUNTER },
};
try