aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-10-01 14:25:34 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-10-03 12:37:13 +0000
commit0aed4f9820983afabaf682af3a603f1aab1bf823 (patch)
tree8b10750f7f21240061e9e594ba1c0e642b3c34d4 /CMakeLists.txt
parent781ced9d1472486f86314e320a00d62329dcd363 (diff)
downloadarmnn-0aed4f9820983afabaf682af3a603f1aab1bf823.tar.gz
IVGCVSW-3927 Create the Timeline Label Binary Packet
* Added a new utility function to create a Timeline Label Binary Packet and write it to a given buffer * Added new enumeration to be reused for subsequent utility functions * Added unit tests Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com> Change-Id: Icbabefb9050f3f3b1a30082eabf875593378001f
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 94da6bf52b..7c0c53bdda 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -600,6 +600,7 @@ if(BUILD_UNIT_TESTS)
src/profiling/test/ProfilingConnectionDumpToFileDecoratorTests.cpp
src/profiling/test/ProfilingTests.cpp
src/profiling/test/SendCounterPacketTests.cpp
+ src/profiling/test/TimelinePacketTests.cpp
)
if(ARMNNREF)