aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ProfilingService.hpp
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/profiling/ProfilingService.hpp
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/profiling/ProfilingService.hpp')
-rw-r--r--src/profiling/ProfilingService.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/profiling/ProfilingService.hpp b/src/profiling/ProfilingService.hpp
index 1afcb1ca97..dda37dddf2 100644
--- a/src/profiling/ProfilingService.hpp
+++ b/src/profiling/ProfilingService.hpp
@@ -42,6 +42,9 @@ public:
// Resets the profiling options, optionally clears the profiling service entirely
void ResetExternalProfilingOptions(const ExternalProfilingOptions& options, bool resetProfilingService = false);
+ ProfilingState ConfigureProfilingService(const ExternalProfilingOptions& options,
+ bool resetProfilingService = false);
+
// Updates the profiling service, making it transition to a new state if necessary
void Update();