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/PeriodicCounterSelectionCommandHandler.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/profiling/PeriodicCounterSelectionCommandHandler.hpp') diff --git a/src/profiling/PeriodicCounterSelectionCommandHandler.hpp b/src/profiling/PeriodicCounterSelectionCommandHandler.hpp index 4d94ba1010..98a8ee0aec 100644 --- a/src/profiling/PeriodicCounterSelectionCommandHandler.hpp +++ b/src/profiling/PeriodicCounterSelectionCommandHandler.hpp @@ -13,10 +13,10 @@ #include "ICounterValues.hpp" #include "armnn/backends/profiling/IBackendProfilingContext.hpp" -#include "armnn/Logging.hpp" #include "armnn/BackendRegistry.hpp" #include +#include #include #include @@ -86,7 +86,7 @@ private: if(errorMsg.has_value()) { - ARMNN_LOG(warning) << "An error has occurred when activating counters of " << backendId << ": " + ARM_PIPE_LOG(warning) << "An error has occurred when activating counters of " << backendId << ": " << errorMsg.value(); } } @@ -100,4 +100,3 @@ private: } // namespace pipe } // namespace arm - -- cgit v1.2.1