aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2019-10-03 10:04:30 -0700
committerJim Flynn Arm <jim.flynn@arm.com>2019-10-04 10:54:17 +0000
commit4951b8c62905ffec880bf304b00aac5cffc6c9ac (patch)
treeb28b0d8220220e0eae5972467f4be131aca5256a /include
parentc6e5a6e9f146ecb95704d6fa80fae8465241f09e (diff)
downloadarmnn-4951b8c62905ffec880bf304b00aac5cffc6c9ac.tar.gz
IVGCVSW-3948 Adds External Profiling cmdline to ExecuteNetwork
Change-Id: If172bcb64e8202abbde4b8a6cee14f672bc259cd Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'include')
-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);