Home | History | Annotate | Download | only in metrics

Lines Matching refs:CustomHistogram

903 // CustomHistogram:
906 Histogram* CustomHistogram::FactoryGet(const std::string& name,
926 CustomHistogram* tentative_histogram = new CustomHistogram(name, ranges);
939 Histogram::ClassType CustomHistogram::histogram_type() const {
943 CustomHistogram::CustomHistogram(const std::string& name,
951 void CustomHistogram::InitializedCustomBucketRange(
961 double CustomHistogram::GetBucketSize(Count current, size_t i) const {