Home
last modified time | relevance | path

Searched refs:mockProfilingConnection (Results 1 – 3 of 3) sorted by relevance

/external/armnn/src/profiling/test/
DSendCounterPacketTests.cpp1850 MockProfilingConnection mockProfilingConnection; variable
1860 sendThread.Start(mockProfilingConnection);
1862 sendThread.Start(mockProfilingConnection);
1863 sendThread.Start(mockProfilingConnection);
1864 sendThread.Start(mockProfilingConnection);
1865 sendThread.Start(mockProfilingConnection);
1879 MockProfilingConnection mockProfilingConnection; variable
1886 sendThread.Start(mockProfilingConnection);
1990 MockProfilingConnection mockProfilingConnection; variable
1997 sendThread.Start(mockProfilingConnection);
[all …]
DProfilingTests.cpp2635 MockProfilingConnection* mockProfilingConnection = helper.GetMockProfilingConnection(); variable
2636 CHECK(mockProfilingConnection);
2639 mockProfilingConnection->Clear();
2646 mockProfilingConnection, PacketType::StreamMetaData, streamMetadataPacketsize) >= 1);
2664 mockProfilingConnection->WritePacket(std::move(connectionAcknowledgedPacket));
2667 CHECK(helper.WaitForPacketsSent(mockProfilingConnection, PacketType::CounterDirectory) == 1);
2702 MockProfilingConnection* mockProfilingConnection = helper.GetMockProfilingConnection(); variable
2703 CHECK(mockProfilingConnection);
2725 mockProfilingConnection->WritePacket(std::move(requestCounterDirectoryPacket));
2729 … CHECK(helper.WaitForPacketsSent(mockProfilingConnection, PacketType::CounterDirectory, 652) == 1);
[all …]
DProfilingTests.hpp209 long WaitForPacketsSent(MockProfilingConnection* mockProfilingConnection, in WaitForPacketsSent() argument
214 long packetCount = mockProfilingConnection->CheckForPacket({ packetType, length }); in WaitForPacketsSent()
229 packetCount = mockProfilingConnection->CheckForPacket({packetType, length}); in WaitForPacketsSent()