aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/FileOnlyProfilingDecoratorTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/test/FileOnlyProfilingDecoratorTests.cpp')
-rw-r--r--src/profiling/test/FileOnlyProfilingDecoratorTests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profiling/test/FileOnlyProfilingDecoratorTests.cpp b/src/profiling/test/FileOnlyProfilingDecoratorTests.cpp
index 03767c0a2a..5c5ee8a0e4 100644
--- a/src/profiling/test/FileOnlyProfilingDecoratorTests.cpp
+++ b/src/profiling/test/FileOnlyProfilingDecoratorTests.cpp
@@ -19,7 +19,7 @@
#include <sstream>
#include <sys/stat.h>
-using namespace armnn::profiling;
+using namespace arm::pipe;
using namespace armnn;
using namespace std::chrono_literals;
@@ -32,7 +32,7 @@ class FileOnlyHelperService : public ProfilingService
{
return ProfilingService::WaitForPacketSent(m_ProfilingService, timeout);
}
- armnn::profiling::ProfilingService m_ProfilingService;
+ ProfilingService m_ProfilingService;
};
TEST_SUITE("FileOnlyProfilingDecoratorTests")