Searched refs:mPulledAtomStats (Results 1 – 2 of 2) sorted by relevance
401 mPulledAtomStats[pullAtomId].minPullIntervalSec = in updateMinPullIntervalSec()402 std::min(mPulledAtomStats[pullAtomId].minPullIntervalSec, intervalSec); in updateMinPullIntervalSec()407 mPulledAtomStats[pullAtomId].totalPull++; in notePull()412 mPulledAtomStats[pullAtomId].totalPullFromCache++; in notePullFromCache()417 auto& pullStats = mPulledAtomStats[pullAtomId]; in notePullTime()426 auto& pullStats = mPulledAtomStats[pullAtomId]; in notePullDelay()436 mPulledAtomStats[pullAtomId].dataError++; in notePullDataError()441 mPulledAtomStats[pullAtomId].pullTimeout++; in notePullTimeout()446 mPulledAtomStats[pullAtomId].pullExceedMaxDelay++; in notePullExceedMaxDelay()472 mPulledAtomStats[atomId].pullFailed++; in notePullFailed()[all …]
536 std::map<int, PulledAtomStats> mPulledAtomStats; variable