aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/backends/BackendProfiling.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/backends/BackendProfiling.hpp')
-rw-r--r--src/profiling/backends/BackendProfiling.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/profiling/backends/BackendProfiling.hpp b/src/profiling/backends/BackendProfiling.hpp
index 71d0af16ff..5bf4655dd9 100644
--- a/src/profiling/backends/BackendProfiling.hpp
+++ b/src/profiling/backends/BackendProfiling.hpp
@@ -17,7 +17,7 @@ namespace profiling
class BackendProfiling : public IBackendProfiling
{
public:
- BackendProfiling(const IRuntime::CreationOptions& options,
+ BackendProfiling(const ProfilingOptions& options,
ProfilingService& profilingService,
const BackendId& backendId)
: m_Options(options),
@@ -43,9 +43,9 @@ public:
bool IsProfilingEnabled() const override;
private:
- IRuntime::CreationOptions m_Options;
+ ProfilingOptions m_Options;
ProfilingService& m_ProfilingService;
BackendId m_BackendId;
};
} // namespace profiling
-} // namespace armnn \ No newline at end of file
+} // namespace armnn