aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/CounterIdMap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/CounterIdMap.hpp')
-rw-r--r--src/profiling/CounterIdMap.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/CounterIdMap.hpp b/src/profiling/CounterIdMap.hpp
index 5c1a6ea609..7a3c3614ee 100644
--- a/src/profiling/CounterIdMap.hpp
+++ b/src/profiling/CounterIdMap.hpp
@@ -7,9 +7,9 @@
#include "armnn/BackendId.hpp"
#include <map>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class ICounterMappings
@@ -47,5 +47,5 @@ private:
std::map<std::pair<uint16_t, armnn::BackendId>, uint16_t> m_BackendCounterIdMap;
};
-} // namespace profiling
-} // namespace armnn
+} // namespace pipe
+} // namespace arm