aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/Packet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/Packet.cpp')
-rw-r--r--src/profiling/Packet.cpp12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/profiling/Packet.cpp b/src/profiling/Packet.cpp
index 97cb89b517..d0650a2aff 100644
--- a/src/profiling/Packet.cpp
+++ b/src/profiling/Packet.cpp
@@ -5,6 +5,12 @@
#include "Packet.hpp"
+namespace armnn
+{
+
+namespace profiling
+{
+
std::uint32_t Packet::GetHeader() const
{
return m_Header;
@@ -38,4 +44,8 @@ std::uint32_t Packet::GetPacketClass() const
std::uint32_t Packet::GetPacketType() const
{
return (m_PacketId & 7);
-} \ No newline at end of file
+}
+
+} // namespace profiling
+
+} // namespace armnn