Home | History | Annotate | Download | only in metrics

Lines Matching refs:LinearHistogram

12 // For Histogram(exponential histogram), LinearHistogram and CustomHistogram,
25 // For Histogram and LinearHistogram, the maximum for a declared range should
208 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
347 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
363 class LinearHistogram;
535 // LinearHistogram is a more traditional histogram, with evenly spaced
537 class BASE_EXPORT LinearHistogram : public Histogram {
539 virtual ~LinearHistogram();
559 // Create a LinearHistogram and store a list of number/text values for use in
580 LinearHistogram(const std::string& name,
606 DISALLOW_COPY_AND_ASSIGN(LinearHistogram);
612 class BASE_EXPORT BooleanHistogram : public LinearHistogram {