Home
last modified time | relevance | path

Searched refs:backendCounterValues (Results 1 – 2 of 2) sorted by relevance

/external/armnn/src/profiling/backends/
DBackendProfiling.cpp37 std::vector<CounterValue> backendCounterValues = timestampInfo.counterValues; in ReportCounters() local
38 …for_each(backendCounterValues.begin(), backendCounterValues.end(), [&](CounterValue& backendCounte… in ReportCounters()
47 timestampInfo.timestamp, backendCounterValues); in ReportCounters()
/external/armnn/src/profiling/
DPeriodicCounterCapture.cpp64 std::vector<CounterValue> backendCounterValues = timestampInfo.counterValues; in DispatchPeriodicCounterCapturePacket() local
65 …for_each(backendCounterValues.begin(), backendCounterValues.end(), [&](CounterValue& backendCounte… in DispatchPeriodicCounterCapturePacket()
72 …_SendCounterPacket.SendPeriodicCounterCapturePacket(timestampInfo.timestamp, backendCounterValues); in DispatchPeriodicCounterCapturePacket()