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.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arm_profiler/include/arm_profiler.hpp b/lib/arm_profiler/include/arm_profiler.hpp
index 0b97e2e..0e6784d 100644
--- a/lib/arm_profiler/include/arm_profiler.hpp
+++ b/lib/arm_profiler/include/arm_profiler.hpp
@@ -31,6 +31,7 @@ public:
uint32_t BeginEvent(const char *tag);
void EndEvent(uint32_t event_handle);
uint64_t GetTotalTicks() const;
+ void ReportResults() const;
private:
size_t max_events_;