aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2022-03-13 20:18:58 +0000
committerJim Flynn <jim.flynn@arm.com>2022-03-13 20:19:26 +0000
commit4a96211d72002d39df0444b6f2cb56917accb80a (patch)
tree86ac0e55c1c84a0a79bfd2cc012e4583802a0e3a /tests
parent0a013a779b2697ac0a4c9d3e91cb2d627dfb342d (diff)
downloadarmnn-4a96211d72002d39df0444b6f2cb56917accb80a.tar.gz
IVGCVSW-6850 Remove remaining BackendId refs in profiling code
Change-Id: I463085a010bfae4d78fb043a88349b819df0e5be Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/profiling/gatordmock/GatordMockService.hpp2
-rw-r--r--tests/profiling/gatordmock/tests/GatordMockTests.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/profiling/gatordmock/GatordMockService.hpp b/tests/profiling/gatordmock/GatordMockService.hpp
index d8623bba16..cc9cdd1d8e 100644
--- a/tests/profiling/gatordmock/GatordMockService.hpp
+++ b/tests/profiling/gatordmock/GatordMockService.hpp
@@ -54,7 +54,7 @@ public:
// This stub lets us ignore any counter capture packets we receive without throwing an error
, m_StubCommandHandler(3, 0, m_PacketVersionResolver.ResolvePacketVersion(0, 3).GetEncodedValue())
, m_DirectoryCaptureCommandHandler(
- 0, 2, m_PacketVersionResolver.ResolvePacketVersion(0, 2).GetEncodedValue(), !echoPackets)
+ "ARMNN", 0, 2, m_PacketVersionResolver.ResolvePacketVersion(0, 2).GetEncodedValue(), !echoPackets)
, m_TimelineCaptureCommandHandler(
1, 1, m_PacketVersionResolver.ResolvePacketVersion(1, 1).GetEncodedValue(), m_TimelineDecoder)
, m_TimelineDirectoryCaptureCommandHandler(
diff --git a/tests/profiling/gatordmock/tests/GatordMockTests.cpp b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
index 549bb44656..d4fbeb3151 100644
--- a/tests/profiling/gatordmock/tests/GatordMockTests.cpp
+++ b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
@@ -4,7 +4,6 @@
//
#include <ArmNNProfilingServiceInitialiser.hpp>
-#include <DirectoryCaptureCommandHandler.hpp>
#include <GatordMockService.hpp>
#include <ProfilingService.hpp>
#include <TimelinePacketWriterFactory.hpp>