IVGCVSW-4178 Add code to increment the 3 ArmNN counters
authorKeith Davis <keith.davis@arm.com>
Mon, 2 Dec 2019 15:12:19 +0000 (15:12 +0000)
committerKeith Davis <keith.davis@arm.com>
Fri, 13 Dec 2019 16:21:12 +0000 (16:21 +0000)
commite394bd99f1a55e099445823b7a951f0faa84d439
treeced6e6d4a2932bda64c1f4c5e280b82d87b77929
parent60a20fb62c992c4c6369bb7f532957f3e151f3d8
IVGCVSW-4178 Add code to increment the 3 ArmNN counters

 * Increment at Runtime.cpp | BackendRegistry.cpp | LoadedNetwork.cpp
 * Update unit tests
 * UID generation is now handled by backends

Signed-off-by: Keith Davis <keith.davis@arm.com>
Change-Id: Ifa53763409078c14839675206d8b260cdc36a8df
16 files changed:
include/armnn/BackendId.hpp
src/armnn/BackendRegistry.cpp
src/armnn/LoadedNetwork.cpp
src/armnn/Runtime.cpp
src/profiling/CounterDirectory.cpp
src/profiling/CounterDirectory.hpp
src/profiling/DirectoryCaptureCommandHandler.cpp
src/profiling/ICounterDirectory.hpp
src/profiling/ICounterValues.hpp
src/profiling/ProfilingService.cpp
src/profiling/ProfilingService.hpp
src/profiling/ProfilingUtils.cpp
src/profiling/ProfilingUtils.hpp
src/profiling/test/ProfilingTests.cpp
src/profiling/test/SendCounterPacketTests.cpp
src/profiling/test/SendCounterPacketTests.hpp