aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/FileOnlyProfilingConnection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/FileOnlyProfilingConnection.hpp')
-rw-r--r--src/profiling/FileOnlyProfilingConnection.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/profiling/FileOnlyProfilingConnection.hpp b/src/profiling/FileOnlyProfilingConnection.hpp
index 9ad2c94e07..6204f913f4 100644
--- a/src/profiling/FileOnlyProfilingConnection.hpp
+++ b/src/profiling/FileOnlyProfilingConnection.hpp
@@ -50,7 +50,7 @@ private:
class FileOnlyProfilingConnection : public IProfilingConnection, public IInternalProfilingConnection
{
public:
- explicit FileOnlyProfilingConnection(const IRuntime::CreationOptions::ExternalProfilingOptions& options)
+ explicit FileOnlyProfilingConnection(const ProfilingOptions& options)
: m_Options(options)
, m_Endianness(TargetEndianness::LeWire) // Set a sensible default.
// StreamMetaDataProcessor will set a real value.
@@ -103,7 +103,7 @@ private:
void ForwardPacketToHandlers(arm::pipe::Packet& packet);
void ServiceLocalHandlers();
- IRuntime::CreationOptions::ExternalProfilingOptions m_Options;
+ ProfilingOptions m_Options;
std::queue<arm::pipe::Packet> m_PacketQueue;
TargetEndianness m_Endianness;
@@ -130,4 +130,4 @@ private:
} // namespace profiling
-} // namespace armnn \ No newline at end of file
+} // namespace armnn