aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/PerJobCounterSelectionCommandHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/PerJobCounterSelectionCommandHandler.hpp')
-rw-r--r--src/profiling/PerJobCounterSelectionCommandHandler.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/profiling/PerJobCounterSelectionCommandHandler.hpp b/src/profiling/PerJobCounterSelectionCommandHandler.hpp
index eef8421900..1d088e495f 100644
--- a/src/profiling/PerJobCounterSelectionCommandHandler.hpp
+++ b/src/profiling/PerJobCounterSelectionCommandHandler.hpp
@@ -10,10 +10,10 @@
#include <common/include/CommandHandlerFunctor.hpp>
#include <common/include/Packet.hpp>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class PerJobCounterSelectionCommandHandler : public arm::pipe::CommandHandlerFunctor
@@ -28,13 +28,13 @@ public:
, m_StateMachine(profilingStateMachine)
{}
- void operator()(const arm::pipe::Packet& packet) override;
+ void operator()(const Packet& packet) override;
private:
const ProfilingStateMachine& m_StateMachine;
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm