aboutsummaryrefslogtreecommitdiff
path: root/profiling/client/src/ProfilingService.hpp
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2022-04-12 17:19:28 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2022-04-14 14:06:56 +0000
commite195a0418d86650e132737716059bff0ec80257f (patch)
tree1678283a958a2ab74cd27b648f5a69ef5270d289 /profiling/client/src/ProfilingService.hpp
parent69515d3b36653a00a5abee8bf52ac26dd6522bee (diff)
downloadarmnn-e195a0418d86650e132737716059bff0ec80257f.tar.gz
IVGCVSW-6710 Add compile of BareMetalDeserializedGraph sample
Change-Id: Ice69c2a22f589f68d302f80500dfe4e514a796d2 Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'profiling/client/src/ProfilingService.hpp')
-rw-r--r--profiling/client/src/ProfilingService.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiling/client/src/ProfilingService.hpp b/profiling/client/src/ProfilingService.hpp
index b84b39d0df..588bcd20d7 100644
--- a/profiling/client/src/ProfilingService.hpp
+++ b/profiling/client/src/ProfilingService.hpp
@@ -261,8 +261,10 @@ private:
uint16_t m_MaxGlobalCounterId;
// Signalling to let external actors know when service is active or not
+#if !defined(ARMNN_DISABLE_THREADS)
std::mutex m_ServiceActiveMutex;
std::condition_variable m_ServiceActiveConditionVariable;
+#endif
bool m_ServiceActive;
IInitialiseProfilingService& m_Initialiser;