Searched refs:SendPeriodicCounterCapturePacket (Results 1 – 8 of 8) sorted by relevance
/external/armnn/profiling/client/src/ |
D | PeriodicCounterCapture.cpp | 76 …m_SendCounterPacket.SendPeriodicCounterCapturePacket(timestampInfo.timestamp, backendCounterValues… in DispatchPeriodicCounterCapturePacket() 126 m_SendCounterPacket.SendPeriodicCounterCapturePacket(GetTimestamp(), counterValues); in Capture()
|
D | SendCounterPacket.hpp | 44 …void SendPeriodicCounterCapturePacket(uint64_t timestamp, const IndexValuePairsVector& values) ove…
|
D | SendCounterPacket.cpp | 827 void SendCounterPacket::SendPeriodicCounterCapturePacket(uint64_t timestamp, const IndexValuePairsV… in SendPeriodicCounterCapturePacket() function in arm::pipe::SendCounterPacket
|
/external/armnn/src/profiling/test/ |
D | SendCounterPacketTests.cpp | 131 mockSendCounterPacket.SendPeriodicCounterCapturePacket(timestamp, indexValuePairs); 238 CHECK_THROWS_AS(sendPacket1.SendPeriodicCounterCapturePacket(time, indexValuePairs), 248 sendPacket2.SendPeriodicCounterCapturePacket(time, indexValuePairs); 274 sendPacket3.SendPeriodicCounterCapturePacket(time, indexValuePairs); 1912 sendCounterPacket.SendPeriodicCounterCapturePacket(123u, 1926 sendCounterPacket.SendPeriodicCounterCapturePacket(44u, 1935 sendCounterPacket.SendPeriodicCounterCapturePacket(1234u, 1948 sendCounterPacket.SendPeriodicCounterCapturePacket(997u, 2026 sendCounterPacket.SendPeriodicCounterCapturePacket(123u, 2047 sendCounterPacket.SendPeriodicCounterCapturePacket(44u, [all …]
|
D | ProfilingMocks.hpp | 419 void SendPeriodicCounterCapturePacket(uint64_t timestamp, in SendPeriodicCounterCapturePacket() function in arm::pipe::MockSendCounterPacket
|
/external/armnn/profiling/client/include/ |
D | ISendCounterPacket.hpp | 32 …virtual void SendPeriodicCounterCapturePacket(uint64_t timestamp, const IndexValuePairsVector& val…
|
/external/armnn/profiling/client/src/backends/ |
D | BackendProfiling.cpp | 46 m_ProfilingService.GetSendCounterPacket().SendPeriodicCounterCapturePacket( in ReportCounters()
|
/external/armnn/src/backends/backendsCommon/test/ |
D | BackendProfilingTests.cpp | 110 …virtual void SendPeriodicCounterCapturePacket(uint64_t timestamp, const IndexValuePairsVector& val… in SendPeriodicCounterCapturePacket() function in MockBackendSendCounterPacket
|