Home
last modified time | relevance | path

Searched refs:GetRange (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dhistogram-inl.h132 template <class Value> inline Value Histogram<Value>::GetRange(size_t bucket_idx) const { in GetRange() function
163 os << GetRange(bin_idx) << ": " << data.freq_[bin_idx] << "\t" in PrintBins()
180 os << GetRange(bin_idx) << ":" << frequency_[bin_idx]; in DumpBins()
240 const double lower_value = static_cast<double>(GetRange(lower_idx)); in Percentile()
246 const double upper_value = static_cast<double>(GetRange(upper_idx)); in Percentile()
Dhistogram.h64 Value GetRange(size_t bucket_idx) const;