aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/ProfilingTestUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/test/ProfilingTestUtils.hpp')
-rw-r--r--src/profiling/test/ProfilingTestUtils.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/profiling/test/ProfilingTestUtils.hpp b/src/profiling/test/ProfilingTestUtils.hpp
index 6be35a96be..810a34c3e2 100644
--- a/src/profiling/test/ProfilingTestUtils.hpp
+++ b/src/profiling/test/ProfilingTestUtils.hpp
@@ -16,7 +16,7 @@
#include <common/include/ProfilingGuid.hpp>
using namespace armnn;
-using namespace armnn::profiling;
+using namespace arm::pipe;
const static uint32_t bodyHeaderSize = 6;
@@ -63,10 +63,10 @@ void VerifyPostOptimisationStructureTestImpl(armnn::BackendId backendId);
bool CompareOutput(std::vector<std::string> output, std::vector<std::string> expectedOutput);
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class ProfilingServiceRuntimeHelper : public ProfilingService
@@ -80,7 +80,7 @@ public:
{
return GetBufferManager(m_ProfilingService);
}
- armnn::profiling::ProfilingService& m_ProfilingService;
+ ProfilingService& m_ProfilingService;
void ForceTransitionToState(ProfilingState newState)
{
@@ -88,7 +88,7 @@ public:
}
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm