aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/instruments/MaliCounter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/instruments/MaliCounter.h')
-rw-r--r--tests/framework/instruments/MaliCounter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/framework/instruments/MaliCounter.h b/tests/framework/instruments/MaliCounter.h
index c7aaa3c4fd..64b5b93015 100644
--- a/tests/framework/instruments/MaliCounter.h
+++ b/tests/framework/instruments/MaliCounter.h
@@ -65,7 +65,7 @@ private:
const uint32_t *get_counters(mali_userspace::MaliCounterBlockName block, int core = -1) const;
int find_counter_index_by_name(mali_userspace::MaliCounterBlockName block, const char *name);
- std::map<std::string, TypedMeasurement<uint64_t>> _counters{};
+ std::map<std::string, Measurement> _counters{};
struct core_counters
{