Home
last modified time | relevance | path

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

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