From 5ccb33da0565e0bf2279318f1e7ad597afcc0367 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Fri, 24 Jan 2020 16:27:02 +0000 Subject: IVGCVSW-4316 Promote ISendTimelinePacket and IProfilingGuidGenerator As part of IVGCVSW-4316 we need to expose ISendTimelinePacket and IProfilingGuidGenerator to enable them to be used by backends for profiling. This also required moving ProfilingRelationshipType from ProfilingUtils. Signed-off-by: Colm Donelan Change-Id: I58cc64e32ecfffa5231c9d2028522ed58d0ddf31 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c8c3870c2..b1af90d8af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -242,6 +242,8 @@ list(APPEND armnn_sources include/armnn/TypesUtils.hpp include/armnn/Utils.hpp include/armnn/Version.hpp + include/armnn/profiling/IProfilingGuidGenerator.hpp + include/armnn/profiling/ISendTimelinePacket.hpp src/armnn/layers/LayerCloneBase.hpp src/armnn/layers/LayerWithParameters.hpp src/armnn/layers/ActivationLayer.hpp @@ -468,12 +470,10 @@ list(APPEND armnn_sources src/profiling/ICounterDirectory.hpp src/profiling/ICounterValues.hpp src/profiling/ISendCounterPacket.hpp - src/profiling/ISendTimelinePacket.hpp src/profiling/IPacketBuffer.hpp src/profiling/IPeriodicCounterCapture.hpp src/profiling/IProfilingConnection.hpp src/profiling/IProfilingConnectionFactory.hpp - src/profiling/IProfilingGuidGenerator.hpp src/profiling/LabelsAndEventClasses.cpp src/profiling/LabelsAndEventClasses.hpp src/profiling/Packet.hpp -- cgit v1.2.1