aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/instruments/Instruments.cpp
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-08-30 12:48:18 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit45634b488da781373104541f5348eb9550aafb33 (patch)
tree0d8d40610edd145f8ff4f4611f21928267808a95 /tests/framework/instruments/Instruments.cpp
parent2fe7d1cfb1929a65e1bb1e2edfda8e986ff10b96 (diff)
downloadComputeLibrary-45634b488da781373104541f5348eb9550aafb33.tar.gz
COMPMID-482: Add mali counters
Change-Id: I1782c3d92f7fea5a73ed89868d8c3ce04ffcf518 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/85020 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
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 699a11d700..1c21f0773d 100644
--- a/tests/framework/instruments/Instruments.cpp
+++ b/tests/framework/instruments/Instruments.cpp
@@ -44,6 +44,7 @@ InstrumentType instrument_type_from_name(const std::string &name)
{ "pmu", InstrumentType::PMU },
{ "pmu_cycles", InstrumentType::PMU_CYCLE_COUNTER },
{ "pmu_instructions", InstrumentType::PMU_INSTRUCTION_COUNTER },
+ { "mali", InstrumentType::MALI },
};
try