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

  /external/libchrome/base/metrics/
histogram.cc 730 // LinearHistogram: This histogram uses a traditional set of evenly spaced
734 class LinearHistogram::Factory : public Histogram::Factory {
751 LinearHistogram::InitializeBucketRanges(minimum_, maximum_, ranges);
758 new LinearHistogram(name_, minimum_, maximum_, ranges));
763 LinearHistogram* histogram = static_cast<LinearHistogram*>(base_histogram);
779 LinearHistogram::~LinearHistogram() {}
781 HistogramBase* LinearHistogram::FactoryGet(const std::string& name,
790 HistogramBase* LinearHistogram::FactoryTimeGet(const std::string& name
    [all...]
histogram_delta_serialization.cc 41 LinearHistogram::FactoryGet(
48 LinearHistogram::FactoryGet(
histogram.h 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);
    [all...]
histogram_base_unittest.cc 73 HistogramBase* histogram = LinearHistogram::FactoryGet(
179 LinearHistogram::FactoryGet("CRH-Linear", 1, 10, 5, 0);
212 LinearHistogram::FactoryGet("CRH-Linear", 1, 10, 5, 0);
histogram_unittest.cc 103 HistogramBase* linear_histogram = LinearHistogram::FactoryGet(
142 HistogramBase* histogram = LinearHistogram::FactoryGet(
252 LinearHistogram::InitializeBucketRanges(1, 7, &ranges);
258 // The correspoding LinearHistogram should use the correct ranges.
260 LinearHistogram::FactoryGet("Linear", 1, 7, 8, HistogramBase::kNoFlags));
265 LinearHistogram::InitializeBucketRanges(1, 6, &ranges2);
272 // The correspoding LinearHistogram should use the correct ranges.
274 LinearHistogram::FactoryGet("Linear2", 1, 6, 5, HistogramBase::kNoFlags));
629 HistogramBase* linear_histogram = LinearHistogram::FactoryGet(
634 bad_histogram = LinearHistogram::FactoryGet
    [all...]
histogram_base.cc 51 return LinearHistogram::DeserializeInfoImpl(iter);
144 report_histogram_ = LinearHistogram::FactoryGet(
histogram_macros.h 150 base::LinearHistogram::FactoryGet(name, 1, boundary, boundary + 1, \
168 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
persistent_histogram_allocator_unittest.cc 68 HistogramBase* linear_histogram = LinearHistogram::FactoryGet(
98 EXPECT_NE(0U, iter.GetNext(&type)); // LinearHistogram
168 HistogramBase* histogram = LinearHistogram::FactoryGet(
persistent_histogram_allocator.cc 491 histogram_pointer = LinearHistogram::FactoryGet(
590 histogram = LinearHistogram::PersistentCreate(
    [all...]
statistics_recorder_unittest.cc 288 // Create a LinearHistogram.
289 histogram = LinearHistogram::FactoryGet(
558 HistogramBase* linear_histogram = LinearHistogram::FactoryGet(
persistent_memory_allocator.cc 398 used_histogram_ = LinearHistogram::FactoryGet(
    [all...]
  /external/libmojo/base/android/
record_histogram.cc 94 LinearHistogram::FactoryGet(histogram_name, 1, boundary, boundary + 1,
142 LinearHistogram::FactoryGet(histogram_name, min, max, num_buckets,
  /external/libchrome/base/message_loop/
message_loop.cc 78 const LinearHistogram::DescriptionPair event_descriptions_[] = {
584 message_histogram_ = LinearHistogram::FactoryGetWithRangeDescription(

Completed in 480 milliseconds