aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/backends/BackendProfiling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/backends/BackendProfiling.cpp')
-rw-r--r--src/profiling/backends/BackendProfiling.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/profiling/backends/BackendProfiling.cpp b/src/profiling/backends/BackendProfiling.cpp
index 135174b478..6c0f9b1b5c 100644
--- a/src/profiling/backends/BackendProfiling.cpp
+++ b/src/profiling/backends/BackendProfiling.cpp
@@ -6,10 +6,10 @@
#include "BackendProfiling.hpp"
#include "RegisterBackendCounters.hpp"
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
std::unique_ptr<IRegisterBackendCounters>
@@ -92,5 +92,6 @@ bool BackendProfiling::IsProfilingEnabled() const
return m_ProfilingService.IsProfilingEnabled();
}
-} // namespace profiling
-} // namespace armnn
+} // namespace pipe
+
+} // namespace arm