aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/FileOnlyProfilingConnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/FileOnlyProfilingConnection.cpp')
-rw-r--r--src/profiling/FileOnlyProfilingConnection.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/profiling/FileOnlyProfilingConnection.cpp b/src/profiling/FileOnlyProfilingConnection.cpp
index 3b3d7a8284..ee9b8b1701 100644
--- a/src/profiling/FileOnlyProfilingConnection.cpp
+++ b/src/profiling/FileOnlyProfilingConnection.cpp
@@ -14,10 +14,10 @@
#include <iostream>
#include <thread>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
std::vector<uint32_t> StreamMetaDataProcessor::GetHeadersAccepted()
@@ -145,7 +145,7 @@ arm::pipe::Packet FileOnlyProfilingConnection::ReadPacket(uint32_t timeout)
void FileOnlyProfilingConnection::Fail(const std::string& errorMessage)
{
Close();
- throw RuntimeException(errorMessage);
+ throw armnn::RuntimeException(errorMessage);
}
/// Adds a local packet handler to the FileOnlyProfilingConnection. Invoking this will start
@@ -303,6 +303,6 @@ void FileOnlyProfilingConnection::DispatchPacketToHandlers(const arm::pipe::Pack
}
}
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm