From 672d06eac5b0842c22f9f219e9b65efcd5883d33 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Tue, 15 Oct 2019 10:18:11 +0100 Subject: IVGCVSW-3948 Add Startup method to Profiling Change-Id: I591e84048775278bfc728e1b0c189ff4cf2d350b Signed-off-by: Jim Flynn --- src/armnn/Runtime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnn/Runtime.cpp') diff --git a/src/armnn/Runtime.cpp b/src/armnn/Runtime.cpp index dd46708508..68975a2191 100644 --- a/src/armnn/Runtime.cpp +++ b/src/armnn/Runtime.cpp @@ -149,7 +149,7 @@ Runtime::Runtime(const CreationOptions& options) BOOST_LOG_TRIVIAL(info) << "ArmNN v" << ARMNN_VERSION << "\n"; // pass configuration info to the profiling service - armnn::profiling::ProfilingService::Instance().ResetExternalProfilingOptions(options.m_ProfilingOptions); + armnn::profiling::ProfilingService::Instance().ConfigureProfilingService(options.m_ProfilingOptions); // Load any available/compatible dynamic backend before the runtime // goes through the backend registry -- cgit v1.2.1