aboutsummaryrefslogtreecommitdiff
path: root/profiling/server
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2022-03-13 20:53:35 +0000
committerJim Flynn <jim.flynn@arm.com>2022-03-13 22:50:47 +0000
commit77b284e6988b9a131d6abb3140ec6663c2ae84ae (patch)
tree72e74d3e5cde875b4f891b81ba47b0c5cc54d081 /profiling/server
parent4a96211d72002d39df0444b6f2cb56917accb80a (diff)
downloadarmnn-77b284e6988b9a131d6abb3140ec6663c2ae84ae.tar.gz
IVGCVSW-6848 Move Process.[ch]pp from armnnUtils to profiling/common
Change-Id: I13353f50293eae565a75ccfda37209350512bbc6 Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'profiling/server')
-rw-r--r--profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp b/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp
index a0af25fc65..9993fc7a75 100644
--- a/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp
+++ b/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp
@@ -8,7 +8,7 @@
#include <BufferManager.hpp>
#include <SendCounterPacket.hpp>
#include <SocketProfilingConnection.hpp>
-#include <Processes.hpp>
+#include <common/include/Processes.hpp>
#include <doctest/doctest.h>
@@ -57,7 +57,7 @@ TEST_CASE("BasePipeServerTest")
bufferManager.MarkRead(packetBuffer);
CHECK(basePipeServer.get()->WaitForStreamMetaData());
- CHECK(basePipeServer.get()->GetStreamMetadataPid() == armnnUtils::Processes::GetCurrentId());
+ CHECK(basePipeServer.get()->GetStreamMetadataPid() == arm::pipe::GetCurrentId());
CHECK(basePipeServer.get()->GetStreamMetadataMaxDataLen() == MAX_METADATA_PACKET_LENGTH);
// Now try a simple PeriodicCounterSelectionPacket