aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ethosu_monitor/include/ethosu_monitor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ethosu_monitor/include/ethosu_monitor.hpp b/lib/ethosu_monitor/include/ethosu_monitor.hpp
index fa5a63f..c2d0908 100644
--- a/lib/ethosu_monitor/include/ethosu_monitor.hpp
+++ b/lib/ethosu_monitor/include/ethosu_monitor.hpp
@@ -60,8 +60,8 @@ public:
private:
ethosu_pmu_event_type ethosuEventIds[ETHOSU_PMU_NCOUNTERS];
size_t numEvents;
- Backend backend;
std::vector<int32_t> eventRecordIds;
+ Backend backend;
};
#endif