From 9bab49686a091d61fd06a05bbf7286f559fdae3d Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Fri, 6 Sep 2019 12:28:35 +0100 Subject: IVGCVSW-3580: Extend the IProfilingConnection to connect to a Socket Signed-off-by: Teresa Charlin Signed-off-by: Aron Virginas-Tar Change-Id: I72e099ee00052f7a0907c055c7bff02c7d8fde86 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e92dc7e90c..10326cb4b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -438,6 +438,8 @@ list(APPEND armnn_sources src/profiling/ISendCounterPacket.hpp src/profiling/SendCounterPacket.hpp src/profiling/SendCounterPacket.cpp + src/profiling/SocketProfilingConnection.cpp + src/profiling/SocketProfilingConnection.hpp src/profiling/ProfilingUtils.hpp src/profiling/ProfilingUtils.cpp src/profiling/ProfilingStateMachine.cpp -- cgit v1.2.1