HomeSort by relevance Sort by last modified time
    Searched defs:LinearHistogram (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/metrics/
histogram.cc 511 // LinearHistogram: This histogram uses a traditional set of evenly spaced
515 LinearHistogram::~LinearHistogram() {}
517 HistogramBase* LinearHistogram::FactoryGet(const string& name,
526 HistogramBase* LinearHistogram::FactoryTimeGet(const string& name,
535 HistogramBase* LinearHistogram::FactoryGetWithRangeDescription(
554 LinearHistogram* tentative_histogram =
555 new LinearHistogram(name, minimum, maximum, registered_ranges);
584 HistogramType LinearHistogram::GetHistogramType() const {
588 LinearHistogram::LinearHistogram(const string& name
    [all...]
histogram.h 12 // For Histogram(exponential histogram), LinearHistogram and CustomHistogram,
25 // For Histogram and LinearHistogram, the maximum for a declared range should
196 base::LinearHistogram::FactoryGet(name, 1, boundary, boundary + 1, \
214 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
314 class LinearHistogram;
482 // LinearHistogram is a more traditional histogram, with evenly spaced
484 class BASE_EXPORT LinearHistogram : public Histogram {
486 virtual ~LinearHistogram();
506 // Create a LinearHistogram and store a list of number/text values for use in
527 LinearHistogram(const std::string& name
    [all...]

Completed in 202 milliseconds