aboutsummaryrefslogtreecommitdiff
path: root/lib/layer_by_layer_profiler/include/layer_by_layer_profiler.hpp
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2021-12-21 16:25:19 +0100
committerKristofer Jonsson <kristofer.jonsson@arm.com>2022-01-27 12:37:31 +0100
commitdcc1ce0f9b64198f3bb82d9858ec79663808a35f (patch)
tree17be381106669a64ad3c6e05b00691a3b5a30f37 /lib/layer_by_layer_profiler/include/layer_by_layer_profiler.hpp
parent40d886e7d3facda35558448f408fa99ab61a5963 (diff)
downloadethos-u-core-software-dcc1ce0f9b64198f3bb82d9858ec79663808a35f.tar.gz
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
Diffstat (limited to 'lib/layer_by_layer_profiler/include/layer_by_layer_profiler.hpp')
-rw-r--r--lib/layer_by_layer_profiler/include/layer_by_layer_profiler.hpp2
1 files changed, 1 insertions, 1 deletions
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;