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/profiling/test/ProfilingTestUtils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/profiling/test') diff --git a/src/profiling/test/ProfilingTestUtils.cpp b/src/profiling/test/ProfilingTestUtils.cpp index 17291bad64..325cb40111 100644 --- a/src/profiling/test/ProfilingTestUtils.cpp +++ b/src/profiling/test/ProfilingTestUtils.cpp @@ -9,7 +9,8 @@ #include #include #include -#include + +#include #include @@ -296,7 +297,6 @@ void VerifyPostOptimisationStructureTestImpl(armnn::BackendId backendId) // Create runtime in which test will run armnn::IRuntime::CreationOptions options; options.m_ProfilingOptions.m_EnableProfiling = true; -// armnn::IRuntimePtr runtime(armnn::IRuntime::Create(options)); armnn::Runtime runtime(options); // build up the structure of the network -- cgit v1.2.1