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 519 // LinearHistogram: This histogram uses a traditional set of evenly spaced
523 LinearHistogram::~LinearHistogram() {}
525 HistogramBase* LinearHistogram::FactoryGet(const string& name,
534 HistogramBase* LinearHistogram::FactoryTimeGet(const string& name,
543 HistogramBase* LinearHistogram::FactoryGetWithRangeDescription(
562 LinearHistogram* tentative_histogram =
563 new LinearHistogram(name, minimum, maximum, registered_ranges);
592 HistogramType LinearHistogram::GetHistogramType() const {
596 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, \
381 class LinearHistogram;
553 // LinearHistogram is a more traditional histogram, with evenly spaced
555 class BASE_EXPORT LinearHistogram : public Histogram {
557 virtual ~LinearHistogram();
577 // Create a LinearHistogram and store a list of number/text values for use in
598 LinearHistogram(const std::string& name
    [all...]

Completed in 60 milliseconds