Searched refs:max_period (Results 1 – 1 of 1) sorted by relevance
59 int max_period = -1; // Returns -1 for an empty history. in MaxPeakPeriod() local62 max_period = std::max(max_period, it->period_ms); in MaxPeakPeriod()64 return max_period; in MaxPeakPeriod()