From 4951b8c62905ffec880bf304b00aac5cffc6c9ac Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 3 Oct 2019 10:04:30 -0700 Subject: IVGCVSW-3948 Adds External Profiling cmdline to ExecuteNetwork Change-Id: If172bcb64e8202abbde4b8a6cee14f672bc259cd Signed-off-by: Jim Flynn --- include/armnn/IRuntime.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/armnn/IRuntime.hpp') 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); -- cgit v1.2.1