aboutsummaryrefslogtreecommitdiff
path: root/lib/arm_profiler/include/arm_profiler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arm_profiler/include/arm_profiler.hpp')
-rw-r--r--lib/arm_profiler/include/arm_profiler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arm_profiler/include/arm_profiler.hpp b/lib/arm_profiler/include/arm_profiler.hpp
index f5206fe..36adb8d 100644
--- a/lib/arm_profiler/include/arm_profiler.hpp
+++ b/lib/arm_profiler/include/arm_profiler.hpp
@@ -38,7 +38,7 @@ private:
std::unique_ptr<int32_t[]> start_ticks_;
std::unique_ptr<int32_t[]> end_ticks_;
- int num_events_ = 0;
+ size_t num_events_;
TF_LITE_REMOVE_VIRTUAL_DELETE;
};