Home
last modified time | relevance | path

Searched refs:SendPeriodicCounterCapturePacket (Results 1 – 8 of 8) sorted by relevance

/external/armnn/profiling/client/src/
DPeriodicCounterCapture.cpp76 …m_SendCounterPacket.SendPeriodicCounterCapturePacket(timestampInfo.timestamp, backendCounterValues… in DispatchPeriodicCounterCapturePacket()
126 m_SendCounterPacket.SendPeriodicCounterCapturePacket(GetTimestamp(), counterValues); in Capture()
DSendCounterPacket.hpp44 …void SendPeriodicCounterCapturePacket(uint64_t timestamp, const IndexValuePairsVector& values) ove…
DSendCounterPacket.cpp827 void SendCounterPacket::SendPeriodicCounterCapturePacket(uint64_t timestamp, const IndexValuePairsV… in SendPeriodicCounterCapturePacket() function in arm::pipe::SendCounterPacket
/external/armnn/src/profiling/test/
DSendCounterPacketTests.cpp131 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 …]
DProfilingMocks.hpp419 void SendPeriodicCounterCapturePacket(uint64_t timestamp, in SendPeriodicCounterCapturePacket() function in arm::pipe::MockSendCounterPacket
/external/armnn/profiling/client/include/
DISendCounterPacket.hpp32 …virtual void SendPeriodicCounterCapturePacket(uint64_t timestamp, const IndexValuePairsVector& val…
/external/armnn/profiling/client/src/backends/
DBackendProfiling.cpp46 m_ProfilingService.GetSendCounterPacket().SendPeriodicCounterCapturePacket( in ReportCounters()
/external/armnn/src/backends/backendsCommon/test/
DBackendProfilingTests.cpp110 …virtual void SendPeriodicCounterCapturePacket(uint64_t timestamp, const IndexValuePairsVector& val… in SendPeriodicCounterCapturePacket() function in MockBackendSendCounterPacket