aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/SendCounterPacketTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/test/SendCounterPacketTests.cpp')
-rw-r--r--src/profiling/test/SendCounterPacketTests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profiling/test/SendCounterPacketTests.cpp b/src/profiling/test/SendCounterPacketTests.cpp
index abd4cee600..bdc1d5167d 100644
--- a/src/profiling/test/SendCounterPacketTests.cpp
+++ b/src/profiling/test/SendCounterPacketTests.cpp
@@ -1251,7 +1251,7 @@ TEST_CASE("SendCounterDirectoryPacketTest2")
"counter2",
"counter2description",
std::string("counter2units"),
- armnn::EmptyOptional(),
+ arm::pipe::EmptyOptional(),
device2->m_Uid,
0));
CHECK(counterDirectory.GetCounterCount() == 5);
@@ -1267,7 +1267,7 @@ TEST_CASE("SendCounterDirectoryPacketTest2")
0.0000045399f,
"counter3",
"counter3description",
- armnn::EmptyOptional(),
+ arm::pipe::EmptyOptional(),
numberOfCores,
device2->m_Uid,
counterSet1->m_Uid));