From 6c9f17dc5fe58e23db0ba591302168766b38ab2a Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 10 Mar 2022 23:13:01 +0000 Subject: IVGCVSW-6843 replace armnn::Logging with arm::pipe::Logging in profiling code Change-Id: I9c3af46ca02c5685e06657b8af0e4658d71891d4 Signed-off-by: Jim Flynn --- src/armnn/test/RuntimeTests.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/armnn/test') diff --git a/src/armnn/test/RuntimeTests.cpp b/src/armnn/test/RuntimeTests.cpp index 9cf322c98f..89a87197bd 100644 --- a/src/armnn/test/RuntimeTests.cpp +++ b/src/armnn/test/RuntimeTests.cpp @@ -13,7 +13,6 @@ #include #include - #include #include @@ -36,7 +35,7 @@ void RuntimeLoadedNetworksReserve(armnn::RuntimeImpl* runtime) runtime->m_LoadedNetworks.reserve(1); } -} +} // namespace armnn TEST_SUITE("Runtime") { @@ -600,6 +599,8 @@ TEST_CASE("ProfilingDisable") { using namespace armnn; + LogLevelSwapper logLevelSwapper(arm::pipe::LogSeverity::Fatal); + // Create runtime in which the test will run armnn::IRuntime::CreationOptions options; armnn::RuntimeImpl runtime(options); -- cgit v1.2.1