aboutsummaryrefslogtreecommitdiff
path: root/tests/profiling/gatordmock/tests/GatordMockTests.cpp
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2020-02-14 10:18:08 +0000
committerJim Flynn <jim.flynn@arm.com>2020-02-16 13:37:52 +0000
commit640635528c5236458a05f970391894adf0a515d0 (patch)
tree0559eb6e0b2b34f6a314f2cc79acb8b3e189467a /tests/profiling/gatordmock/tests/GatordMockTests.cpp
parenta856501ac5c2d0cca70068993e5c7cc714872890 (diff)
downloadarmnn-640635528c5236458a05f970391894adf0a515d0.tar.gz
IVGCVSW-4320 Implement ReportCounters in BackendProfiling
Change-Id: Idd545079f6331bb4241709fa1534635f3fdf610b Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'tests/profiling/gatordmock/tests/GatordMockTests.cpp')
-rw-r--r--tests/profiling/gatordmock/tests/GatordMockTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/profiling/gatordmock/tests/GatordMockTests.cpp b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
index 017a95c99f..02adffb2cc 100644
--- a/tests/profiling/gatordmock/tests/GatordMockTests.cpp
+++ b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
@@ -11,7 +11,7 @@
#include <StreamMetadataCommandHandler.hpp>
#include <TimelineDirectoryCaptureCommandHandler.hpp>
-#include <test/SendCounterPacketTests.hpp>
+#include <test/ProfilingMocks.hpp>
#include <boost/cast.hpp>
#include <boost/test/test_tools.hpp>