aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2020-03-19 18:16:46 +0000
committerJim Flynn <jim.flynn@arm.com>2020-03-20 08:40:35 +0000
commitea41b57721b644b9350e14754d3ecdcfba87667f (patch)
tree8c1af375cc5df932f26423380e4536b7aaca7d13 /src/backends/backendsCommon
parentb60dd243d3d8131f246f2b122309b998287151d2 (diff)
downloadarmnn-ea41b57721b644b9350e14754d3ecdcfba87667f.tar.gz
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 <sadik.armagan@arm.com> Change-Id: I32e3625db0f465883f2ec27fb7c2fad4e91b6306
Diffstat (limited to 'src/backends/backendsCommon')
-rw-r--r--src/backends/backendsCommon/test/BackendProfilingTests.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backends/backendsCommon/test/BackendProfilingTests.cpp b/src/backends/backendsCommon/test/BackendProfilingTests.cpp
index 1cf67c016d..7c78e14733 100644
--- a/src/backends/backendsCommon/test/BackendProfilingTests.cpp
+++ b/src/backends/backendsCommon/test/BackendProfilingTests.cpp
@@ -14,7 +14,7 @@
#include "ProfilingUtils.hpp"
#include "RequestCounterDirectoryCommandHandler.hpp"
-#include <Runtime.hpp>
+#include <test/TestUtils.hpp>
#include <armnn/utility/IgnoreUnused.hpp>
#include <armnn/BackendId.hpp>
@@ -119,7 +119,6 @@ BOOST_AUTO_TEST_CASE(BackendProfilingCounterRegisterMockBackendTest)
armnn::MockBackendInitialiser initialiser;
// Create a runtime
-// armnn::IRuntimePtr runtime(armnn::IRuntime::Create(options));
armnn::Runtime runtime(options);
// Check if the MockBackends 3 dummy counters {0, 1, 2-5 (four cores)} are registered