From ea41b57721b644b9350e14754d3ecdcfba87667f Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Thu, 19 Mar 2020 18:16:46 +0000 Subject: IVGCVSW-4582 Undefined reference to GetProfilingService causes failure in the Backends CI job * Enable the GetProfilingService() function to BackendProfilingTests and ProfilingTestUtils Signed-off-by: Sadik Armagan Change-Id: I32e3625db0f465883f2ec27fb7c2fad4e91b6306 --- src/armnn/test/TestUtils.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/armnn/test/TestUtils.hpp') diff --git a/src/armnn/test/TestUtils.hpp b/src/armnn/test/TestUtils.hpp index 9b1a3bf18d..9c5f672a5a 100644 --- a/src/armnn/test/TestUtils.hpp +++ b/src/armnn/test/TestUtils.hpp @@ -7,6 +7,7 @@ #include #include +#include void Connect(armnn::IConnectableLayer* from, armnn::IConnectableLayer* to, const armnn::TensorInfo& tensorInfo, unsigned int fromIndex = 0, unsigned int toIndex = 0); @@ -47,3 +48,10 @@ bool CheckRelatedLayers(armnn::Graph& graph, const std::list& testR return true; } + +namespace armnn +{ + +profiling::ProfilingService& GetProfilingService(armnn::Runtime* runtime); + +} // namespace armnn \ No newline at end of file -- cgit v1.2.1