From 4c9ed1d974657b8b32c8a86239c105ca54b30be5 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Sun, 23 Jan 2022 23:57:20 +0000 Subject: IVGCVSW-6708 Break Profiling Dependence on IRuntime ExternalProfilingOptions Change-Id: I30a46f3368bbbf33019eac4fa1245f6ff69deacd Signed-off-by: Jim Flynn --- src/profiling/FileOnlyProfilingConnection.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/profiling/FileOnlyProfilingConnection.hpp') 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 m_PacketQueue; TargetEndianness m_Endianness; @@ -130,4 +130,4 @@ private: } // namespace profiling -} // namespace armnn \ No newline at end of file +} // namespace armnn -- cgit v1.2.1