Searched refs:Mean (Results 1 – 4 of 4) sorted by relevance
141 template <class Value> inline double Histogram<Value>::Mean() const { in Mean() function197 const TimeUnit unit = GetAppropriateTimeUnit(Mean() * kAdjust); in PrintConfidenceIntervals()202 << "Avg: " << FormatDuration(Mean() * kAdjust, unit, kFractionalDigits) << " Max: " in PrintConfidenceIntervals()210 os << ": Avg: " << PrettySize(Mean()) << " Max: " in PrintMemoryUse()
57 double Mean() const;
43 mean = hist->Mean(); in TEST()50 mean = hist->Mean(); in TEST()
305 << ": Avg: " << PrettySize(rss_histogram_.Mean() * KB) in DumpPerformanceInfo()315 << ": Avg: " << PrettySize(freed_bytes_histogram_.Mean() * KB) in DumpPerformanceInfo()