Home | History | Annotate | Download | only in metrics

Lines Matching refs:LinearHistogram

115       counter = base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
244 counter = base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
264 class LinearHistogram;
399 // This method is an interface, used only by LinearHistogram.
582 // LinearHistogram is a more traditional histogram, with evenly spaced
584 class BASE_API LinearHistogram : public Histogram {
586 virtual ~LinearHistogram();
609 LinearHistogram(const std::string& name, Sample minimum,
612 LinearHistogram(const std::string& name, TimeDelta minimum,
634 DISALLOW_COPY_AND_ASSIGN(LinearHistogram);
640 class BASE_API BooleanHistogram : public LinearHistogram {