Searched refs:backendCounterValues (Results 1 – 2 of 2) sorted by relevance
37 std::vector<CounterValue> backendCounterValues = timestampInfo.counterValues; in ReportCounters() local38 …for_each(backendCounterValues.begin(), backendCounterValues.end(), [&](CounterValue& backendCounte… in ReportCounters()47 timestampInfo.timestamp, backendCounterValues); in ReportCounters()
64 std::vector<CounterValue> backendCounterValues = timestampInfo.counterValues; in DispatchPeriodicCounterCapturePacket() local65 …for_each(backendCounterValues.begin(), backendCounterValues.end(), [&](CounterValue& backendCounte… in DispatchPeriodicCounterCapturePacket()72 …_SendCounterPacket.SendPeriodicCounterCapturePacket(timestampInfo.timestamp, backendCounterValues); in DispatchPeriodicCounterCapturePacket()