aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ProfilingService.hpp
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-06-08 12:31:50 +0100
committerNikhil Raj <nikhil.raj@arm.com>2021-06-08 16:04:14 +0100
commit5b1bcc93820b442bc4035c1e030a8d4a0983df91 (patch)
tree42b8cc8bcbd656ed9ac01fa18232867fce9959b3 /src/profiling/ProfilingService.hpp
parent400c593e03af3cc9131058b3cb30b787586f69a3 (diff)
downloadarmnn-5b1bcc93820b442bc4035c1e030a8d4a0983df91.tar.gz
IVGCVSW-5834 Move the IProfilingGuidGenerator and ProfilingGuidGenerator into profiling common
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I0d672cc782cc2de66a88acf0d83fcd40208ace95
Diffstat (limited to 'src/profiling/ProfilingService.hpp')
-rw-r--r--src/profiling/ProfilingService.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/profiling/ProfilingService.hpp b/src/profiling/ProfilingService.hpp
index 1bc7c59808..c705a49313 100644
--- a/src/profiling/ProfilingService.hpp
+++ b/src/profiling/ProfilingService.hpp
@@ -21,7 +21,6 @@
#include "PeriodicCounterSelectionCommandHandler.hpp"
#include "PerJobCounterSelectionCommandHandler.hpp"
#include "ProfilingConnectionFactory.hpp"
-#include "ProfilingGuidGenerator.hpp"
#include "ProfilingStateMachine.hpp"
#include "RequestCounterDirectoryCommandHandler.hpp"
#include "SendCounterPacket.hpp"
@@ -31,6 +30,8 @@
#include "INotifyBackends.hpp"
#include <armnn/backends/profiling/IBackendProfilingContext.hpp>
+#include <common/include/ProfilingGuidGenerator.hpp>
+
#include <list>
namespace armnn