aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ProfilingService.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/ProfilingService.hpp')
-rw-r--r--src/profiling/ProfilingService.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profiling/ProfilingService.hpp b/src/profiling/ProfilingService.hpp
index efad871c8c..e0083dc9a8 100644
--- a/src/profiling/ProfilingService.hpp
+++ b/src/profiling/ProfilingService.hpp
@@ -271,8 +271,8 @@ protected:
IProfilingConnectionFactory* other,
IProfilingConnectionFactory*& backup)
{
- ARMNN_ASSERT(instance.m_ProfilingConnectionFactory);
- ARMNN_ASSERT(other);
+ ARM_PIPE_ASSERT(instance.m_ProfilingConnectionFactory);
+ ARM_PIPE_ASSERT(other);
backup = instance.m_ProfilingConnectionFactory.release();
instance.m_ProfilingConnectionFactory.reset(other);