aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/ProfilingEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/ProfilingEvent.cpp')
-rw-r--r--src/armnn/ProfilingEvent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/armnn/ProfilingEvent.cpp b/src/armnn/ProfilingEvent.cpp
index 60fb2f79c6..1ba9789034 100644
--- a/src/armnn/ProfilingEvent.cpp
+++ b/src/armnn/ProfilingEvent.cpp
@@ -9,7 +9,7 @@
namespace armnn
{
Event::Event(const std::string& eventName,
- Profiler* profiler,
+ IProfiler* profiler,
Event* parent,
const BackendId backendId,
std::vector<InstrumentPtr>&& instruments)
@@ -69,7 +69,7 @@ const std::string& Event::GetName() const
return m_EventName;
}
-const Profiler* Event::GetProfiler() const
+const IProfiler* Event::GetProfiler() const
{
return m_Profiler;
}