aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Runtime.cpp
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2019-10-15 10:18:11 +0100
committerJim Flynn Arm <jim.flynn@arm.com>2019-10-15 14:43:37 +0000
commit672d06eac5b0842c22f9f219e9b65efcd5883d33 (patch)
tree7961c81d0073d9e49491c26e67586cfa1a0aae6c /src/armnn/Runtime.cpp
parent062e0e95a4332430efa7b0d5af3aab7a5b45a2dc (diff)
downloadarmnn-672d06eac5b0842c22f9f219e9b65efcd5883d33.tar.gz
IVGCVSW-3948 Add Startup method to Profiling
Change-Id: I591e84048775278bfc728e1b0c189ff4cf2d350b Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'src/armnn/Runtime.cpp')
-rw-r--r--src/armnn/Runtime.cpp2
1 files changed, 1 insertions, 1 deletions
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