From 830101c2debac8b3f22c048fad603f34b76bdca1 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Tue, 22 Oct 2019 11:07:45 +0100 Subject: IVGCVSW-4022 Create a DeclareLabel utility function * Created new TimelineUtilityMethods class * Created the DeclareLabel utility methods inside the new class * Added unit tests Change-Id: Ife0f7853a556d48206b76baeb3934344a990bee9 Signed-off-by: Matteo Martincigh --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 38605cac18..ac8b7e4264 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -495,6 +495,8 @@ list(APPEND armnn_sources src/profiling/SocketProfilingConnection.hpp src/profiling/TimelinePacketWriterFactory.cpp src/profiling/TimelinePacketWriterFactory.hpp + src/profiling/TimelineUtilityMethods.cpp + src/profiling/TimelineUtilityMethods.hpp third-party/half/half.hpp ) @@ -626,6 +628,7 @@ if(BUILD_UNIT_TESTS) src/profiling/test/SendCounterPacketTests.hpp src/profiling/test/SendTimelinePacketTests.cpp src/profiling/test/TimelinePacketTests.cpp + src/profiling/test/TimelineUtilityMethodsTests.cpp ) if(ARMNNREF) -- cgit v1.2.1