From dcc1ce0f9b64198f3bb82d9858ec79663808a35f Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Tue, 21 Dec 2021 16:25:19 +0100 Subject: Inference process update Split runJob() into smaller functions to make the code easier to read and maintain. Correct return type of Layer By Layer profiler GetTotalTicks(). Change-Id: Ie414522017b3b6c6da9a09182439dbe4b2efdb1f --- lib/layer_by_layer_profiler/include/layer_by_layer_profiler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/layer_by_layer_profiler/include') diff --git a/lib/layer_by_layer_profiler/include/layer_by_layer_profiler.hpp b/lib/layer_by_layer_profiler/include/layer_by_layer_profiler.hpp index 37bd868..a547576 100644 --- a/lib/layer_by_layer_profiler/include/layer_by_layer_profiler.hpp +++ b/lib/layer_by_layer_profiler/include/layer_by_layer_profiler.hpp @@ -38,7 +38,7 @@ public: int32_t event_id = EventID(EventLevelError, EvtStatistics_No, EventRecordNone)); uint32_t BeginEvent(const char *tag); void EndEvent(uint32_t event_handle); - uint64_t GetTotalTicks() const; + int32_t GetTotalTicks() const; void Log() const; uint64_t GetPmuCycleCounterCount() const; -- cgit v1.2.1