Home
last modified time | relevance | path

Searched refs:Mean (Results 1 – 4 of 4) sorted by relevance

/art/libartbase/base/
Dhistogram-inl.h141 template <class Value> inline double Histogram<Value>::Mean() const { in Mean() function
197 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()
Dhistogram.h57 double Mean() const;
Dhistogram_test.cc43 mean = hist->Mean(); in TEST()
50 mean = hist->Mean(); in TEST()
/art/runtime/gc/collector/
Dgarbage_collector.cc305 << ": Avg: " << PrettySize(rss_histogram_.Mean() * KB) in DumpPerformanceInfo()
315 << ": Avg: " << PrettySize(freed_bytes_histogram_.Mean() * KB) in DumpPerformanceInfo()