aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/TimelineModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/test/TimelineModel.hpp')
-rw-r--r--src/profiling/test/TimelineModel.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/test/TimelineModel.hpp b/src/profiling/test/TimelineModel.hpp
index ccbec7b01d..7628f8c042 100644
--- a/src/profiling/test/TimelineModel.hpp
+++ b/src/profiling/test/TimelineModel.hpp
@@ -12,10 +12,10 @@
#include <sstream>
#include <vector>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
using LabelMap = std::map<uint64_t, arm::pipe::ITimelineDecoder::Label>;
using Attribute = std::pair<std::string, std::string>;
@@ -184,6 +184,6 @@ std::string GetConnectionDescription(const Connection& connection);
std::string GetExecutionDescription(Entity* execution);
std::string GetEventDescription(EventObj* event);
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn \ No newline at end of file
+} // namespace arm \ No newline at end of file