aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Runtime.hpp
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2022-03-04 10:36:34 +0000
committerCathal Corbett <cathal.corbett@arm.com>2022-03-07 11:19:08 +0000
commit19793551a67a5afd4cfb68e5dda7751e3d321a35 (patch)
tree355707246183ea982d4e6fead5be25f038111624 /src/armnn/Runtime.hpp
parent344302581b66677a748a456f370752db75adde21 (diff)
downloadarmnn-19793551a67a5afd4cfb68e5dda7751e3d321a35.tar.gz
IVGCVSW-6817 Add IProfilingService& as an argument to the IReportStructure
Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: Ib8e75eea49debe3b1dd8fa72623a55b26cb6ded4
Diffstat (limited to 'src/armnn/Runtime.hpp')
-rw-r--r--src/armnn/Runtime.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnn/Runtime.hpp b/src/armnn/Runtime.hpp
index f2462b15d2..9a20902291 100644
--- a/src/armnn/Runtime.hpp
+++ b/src/armnn/Runtime.hpp
@@ -110,7 +110,7 @@ public:
//NOTE: we won't need the profiling service reference but it is good to pass the service
// in this way to facilitate other implementations down the road
- void ReportStructure() override;
+ void ReportStructure(arm::pipe::IProfilingService& profilingService) override;
void InitialiseProfilingService(arm::pipe::IProfilingService& profilingService) override;