Searched refs:Mean (Results 1 – 4 of 4) sorted by relevance
144 template <class Value> inline double Histogram<Value>::Mean() const { in Mean() function200 const TimeUnit unit = GetAppropriateTimeUnit(Mean() * kAdjust); in PrintConfidenceIntervals()205 << "Avg: " << FormatDuration(Mean() * kAdjust, unit, kFractionalDigits) << " Max: " in PrintConfidenceIntervals()213 os << ": Avg: " << PrettySize(Mean()) << " Max: " in PrintMemoryUse()
60 double Mean() const;
43 mean = hist->Mean(); in TEST()50 mean = hist->Mean(); in TEST()
408 << ": Avg: " << PrettySize(rss_histogram_.Mean() * KB) in DumpPerformanceInfo()418 << ": Avg: " << PrettySize(freed_bytes_histogram_.Mean() * KB) in DumpPerformanceInfo()