Home | History | Annotate | Download | only in metrics

Lines Matching defs:LinearHistogram

12 // For Histogram(exponential histogram), LinearHistogram and CustomHistogram,
25 // For Histogram and LinearHistogram, the maximum for a declared range should
94 class LinearHistogram;
326 // LinearHistogram is a more traditional histogram, with evenly spaced
328 class BASE_EXPORT LinearHistogram : public Histogram {
330 ~LinearHistogram() override;
376 // Create a LinearHistogram and store a list of number/text values for use in
399 LinearHistogram(const std::string& name,
404 LinearHistogram(const std::string& name,
435 DISALLOW_COPY_AND_ASSIGN(LinearHistogram);
441 class BASE_EXPORT BooleanHistogram : public LinearHistogram {