Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhistogram_test.cc66 TEST(Histtest, Percentile) { in TEST() argument
89 PerValue = hist->Percentile(0.50, data); in TEST()
121 PerValue = hist->Percentile(0.50, data); in TEST()
164 PerValue = hist->Percentile(0.50, data); in TEST()
205 PerValue = hist->Percentile(0.50, data); in TEST()
238 per_995 = hist->Percentile(0.995, data); in TEST()
247 per_005 = hist->Percentile(0.005, data); in TEST()
248 per_995 = hist->Percentile(0.995, data); in TEST()
Dhistogram-inl.h202 << (interval * 100) << "% C.I. " << FormatDuration(Percentile(per_0, data) * kAdjust, unit, in PrintConfidenceIntervals()
204 << "-" << FormatDuration(Percentile(per_1, data) * kAdjust, unit, kFractionalDigits) << " " in PrintConfidenceIntervals()
241 inline double Histogram<Value>::Percentile(double per, const CumulativeData& data) const { in Percentile() function
Dhistogram.h62 double Percentile(double per, const CumulativeData& data) const;