aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/IRuntime.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/IRuntime.hpp')
-rw-r--r--include/armnn/IRuntime.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/armnn/IRuntime.hpp b/include/armnn/IRuntime.hpp
index 8391ed3b15..06d249ea8c 100644
--- a/include/armnn/IRuntime.hpp
+++ b/include/armnn/IRuntime.hpp
@@ -66,6 +66,7 @@ public:
, m_FileOnly(false)
, m_CapturePeriod(LOWEST_CAPTURE_PERIOD)
, m_FileFormat("binary")
+ , m_TimelineEnabled(false)
{}
bool m_EnableProfiling;
@@ -74,6 +75,7 @@ public:
bool m_FileOnly;
uint32_t m_CapturePeriod;
std::string m_FileFormat;
+ bool m_TimelineEnabled;
};
ExternalProfilingOptions m_ProfilingOptions;