Home
last modified time | relevance | path

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

/art/runtime/base/
Dhistogram-inl.h137 template <class Value> inline double Histogram<Value>::Mean() const { in Mean() function
193 const TimeUnit unit = GetAppropriateTimeUnit(Mean() * kAdjust); in PrintConfidenceIntervals()
198 << "Avg: " << FormatDuration(Mean() * kAdjust, unit, kFractionalDigits) << " Max: " in PrintConfidenceIntervals()
Dhistogram.h57 double Mean() const;
Dhistogram_test.cc43 mean = hist->Mean(); in TEST()
50 mean = hist->Mean(); in TEST()