From 9789702c0b276ca9518e590f30465da7e76a940f Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Sun, 2 Feb 2020 12:52:59 +0000 Subject: IVGCVSW-4393 Register backend counters Signed-off-by: David Monahan Change-Id: I419ecc2fce4b7e0fcaeb6d1f9cb687c0b660125d Signed-off-by: Jim Flynn --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c811ee5b54..950ad4a946 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -470,6 +470,7 @@ list(APPEND armnn_sources src/profiling/Holder.hpp src/profiling/IBufferManager.hpp src/profiling/ICounterDirectory.hpp + src/profiling/ICounterRegistry.hpp src/profiling/ICounterValues.hpp src/profiling/ISendCounterPacket.hpp src/profiling/IPacketBuffer.hpp @@ -500,6 +501,8 @@ list(APPEND armnn_sources src/profiling/ProfilingStateMachine.hpp src/profiling/ProfilingUtils.cpp src/profiling/ProfilingUtils.hpp + src/profiling/RegisterBackendCounters.cpp + src/profiling/RegisterBackendCounters.hpp src/profiling/RequestCounterDirectoryCommandHandler.cpp src/profiling/RequestCounterDirectoryCommandHandler.hpp src/profiling/SendCounterPacket.cpp -- cgit v1.2.1