aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ProfilingService.hpp
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2022-03-13 20:18:58 +0000
committerJim Flynn <jim.flynn@arm.com>2022-03-13 20:19:26 +0000
commit4a96211d72002d39df0444b6f2cb56917accb80a (patch)
tree86ac0e55c1c84a0a79bfd2cc012e4583802a0e3a /src/profiling/ProfilingService.hpp
parent0a013a779b2697ac0a4c9d3e91cb2d627dfb342d (diff)
downloadarmnn-4a96211d72002d39df0444b6f2cb56917accb80a.tar.gz
IVGCVSW-6850 Remove remaining BackendId refs in profiling code
Change-Id: I463085a010bfae4d78fb043a88349b819df0e5be Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'src/profiling/ProfilingService.hpp')
-rw-r--r--src/profiling/ProfilingService.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/profiling/ProfilingService.hpp b/src/profiling/ProfilingService.hpp
index e0083dc9a8..22349d0808 100644
--- a/src/profiling/ProfilingService.hpp
+++ b/src/profiling/ProfilingService.hpp
@@ -55,7 +55,6 @@ public:
armnn::Optional<IReportStructure&> reportStructure = armnn::EmptyOptional())
: m_Options()
, m_TimelineReporting(false)
- , m_CounterDirectory()
, m_ProfilingConnectionFactory(new ProfilingConnectionFactory())
, m_ProfilingConnection()
, m_StateMachine()