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/profiling/test/SendTimelinePacketTests.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/profiling/test/SendTimelinePacketTests.cpp') diff --git a/src/profiling/test/SendTimelinePacketTests.cpp b/src/profiling/test/SendTimelinePacketTests.cpp index eb6a2627b4..7f2421dbec 100644 --- a/src/profiling/test/SendTimelinePacketTests.cpp +++ b/src/profiling/test/SendTimelinePacketTests.cpp @@ -4,6 +4,7 @@ // #include "ProfilingMocks.hpp" +#include "ProfilingTestUtils.hpp" #include #include @@ -428,6 +429,8 @@ TEST_CASE("SendTimelinePacketTests3") TEST_CASE("GetGuidsFromProfilingService") { + LogLevelSwapper logLevelSwapper(arm::pipe::LogSeverity::Fatal); + armnn::IRuntime::CreationOptions options; options.m_ProfilingOptions.m_EnableProfiling = true; armnn::RuntimeImpl runtime(options); @@ -451,6 +454,8 @@ TEST_CASE("GetGuidsFromProfilingService") TEST_CASE("GetTimelinePackerWriterFromProfilingService") { + LogLevelSwapper logLevelSwapper(arm::pipe::LogSeverity::Fatal); + ProfilingOptions options; options.m_EnableProfiling = true; armnn::ArmNNProfilingServiceInitialiser initialiser; -- cgit v1.2.1