aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTestUtils
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnTestUtils')
-rw-r--r--src/armnnTestUtils/TestUtils.cpp2
-rw-r--r--src/armnnTestUtils/TestUtils.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/armnnTestUtils/TestUtils.cpp b/src/armnnTestUtils/TestUtils.cpp
index 9ac0b3986e..44984a9314 100644
--- a/src/armnnTestUtils/TestUtils.cpp
+++ b/src/armnnTestUtils/TestUtils.cpp
@@ -54,7 +54,7 @@ ModelOptions& GetModelOptionsForTesting(IOptimizedNetwork* optNet)
return optNet->pOptimizedNetworkImpl->GetModelOptions();
}
-profiling::ProfilingService& GetProfilingService(armnn::RuntimeImpl* runtime)
+arm::pipe::ProfilingService& GetProfilingService(armnn::RuntimeImpl* runtime)
{
return runtime->m_ProfilingService;
}
diff --git a/src/armnnTestUtils/TestUtils.hpp b/src/armnnTestUtils/TestUtils.hpp
index d5b6d1b805..5433d93332 100644
--- a/src/armnnTestUtils/TestUtils.hpp
+++ b/src/armnnTestUtils/TestUtils.hpp
@@ -53,6 +53,6 @@ namespace armnn
{
Graph& GetGraphForTesting(IOptimizedNetwork* optNetPtr);
ModelOptions& GetModelOptionsForTesting(IOptimizedNetwork* optNetPtr);
-profiling::ProfilingService& GetProfilingService(RuntimeImpl* runtime);
+arm::pipe::ProfilingService& GetProfilingService(RuntimeImpl* runtime);
} // namespace armnn \ No newline at end of file