Searched refs:mPulledAtomStats (Results 1 – 2 of 2) sorted by relevance
400 mPulledAtomStats[pullAtomId].minPullIntervalSec = in updateMinPullIntervalSec()401 std::min(mPulledAtomStats[pullAtomId].minPullIntervalSec, intervalSec); in updateMinPullIntervalSec()406 mPulledAtomStats[pullAtomId].totalPull++; in notePull()411 mPulledAtomStats[pullAtomId].totalPullFromCache++; in notePullFromCache()416 auto& pullStats = mPulledAtomStats[pullAtomId]; in notePullTime()425 auto& pullStats = mPulledAtomStats[pullAtomId]; in notePullDelay()435 mPulledAtomStats[pullAtomId].dataError++; in notePullDataError()440 mPulledAtomStats[pullAtomId].pullTimeout++; in notePullTimeout()445 mPulledAtomStats[pullAtomId].pullExceedMaxDelay++; in notePullExceedMaxDelay()471 mPulledAtomStats[atomId].pullFailed++; in notePullFailed()[all …]
536 std::map<int, PulledAtomStats> mPulledAtomStats; variable