Searched refs:perSecond (Results 1 – 2 of 2) sorted by relevance
95 overlay::PerSecond *perSecond = in onSwap() local97 perSecond->lastPerSecondCount = static_cast<size_t>(perSecond->count / timeDiff); in onSwap()98 perSecond->count = 0; in onSwap()
198 static std::ostream &OutputPerSecond(std::ostream &out, const overlay::PerSecond *perSecond);480 const overlay::PerSecond *perSecond) in OutputPerSecond() argument482 return out << perSecond->lastPerSecondCount; in OutputPerSecond()