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 68965cffa5..8003fd9514 100644
--- a/include/armnn/IRuntime.hpp
+++ b/include/armnn/IRuntime.hpp
@@ -73,6 +73,8 @@ public:
bool m_FileOnly;
uint32_t m_CapturePeriod;
};
+
+ ExternalProfilingOptions m_ProfilingOptions;
};
static IRuntime* CreateRaw(const CreationOptions& options);