From e0e6efc1072358b843f47d2ffffc3d873a4889c6 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Fri, 4 Oct 2019 17:17:42 +0100 Subject: IVGCVSW-3937 Refactor and improve the PeriodicCounterCapture class * Conformed the PeriodicCounterCapture class to the other thread-based classes * Code refactoring * Renamed CounterValues file to ICounterValues * Removed no longer used file * Updated unit tests accordingly Signed-off-by: Matteo Martincigh Change-Id: I8c42aa17e17a90cda5cf86eb8ac2d13501ecdadc --- src/profiling/ProfilingService.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profiling/ProfilingService.hpp') diff --git a/src/profiling/ProfilingService.hpp b/src/profiling/ProfilingService.hpp index 36d95e0b5e..b4cdcac76e 100644 --- a/src/profiling/ProfilingService.hpp +++ b/src/profiling/ProfilingService.hpp @@ -8,7 +8,7 @@ #include "ProfilingStateMachine.hpp" #include "ProfilingConnectionFactory.hpp" #include "CounterDirectory.hpp" -#include "CounterValues.hpp" +#include "ICounterValues.hpp" namespace armnn { -- cgit v1.2.1