Searched refs:LinearHistogram (Results 1 – 13 of 13) sorted by relevance
/external/libchrome/base/metrics/ |
D | histogram.cc | 734 class LinearHistogram::Factory : public Histogram::Factory { 751 LinearHistogram::InitializeBucketRanges(minimum_, maximum_, ranges); in CreateRanges() 758 new LinearHistogram(name_, minimum_, maximum_, ranges)); in HeapAlloc() 763 LinearHistogram* histogram = static_cast<LinearHistogram*>(base_histogram); in FillHistogram() 779 LinearHistogram::~LinearHistogram() {} in ~LinearHistogram() 781 HistogramBase* LinearHistogram::FactoryGet(const std::string& name, in FactoryGet() 790 HistogramBase* LinearHistogram::FactoryTimeGet(const std::string& name, in FactoryTimeGet() 800 HistogramBase* LinearHistogram::FactoryGet(const char* name, in FactoryGet() 808 HistogramBase* LinearHistogram::FactoryTimeGet(const char* name, in FactoryTimeGet() 817 std::unique_ptr<HistogramBase> LinearHistogram::PersistentCreate( in PersistentCreate() [all …]
|
D | histogram.h | 94 class LinearHistogram; variable 328 class BASE_EXPORT LinearHistogram : public Histogram { 330 ~LinearHistogram() override; 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 {
|
D | histogram_unittest.cc | 103 HistogramBase* linear_histogram = LinearHistogram::FactoryGet( in TEST_P() 142 HistogramBase* histogram = LinearHistogram::FactoryGet( in TEST_P() 252 LinearHistogram::InitializeBucketRanges(1, 7, &ranges); in TEST_P() 260 LinearHistogram::FactoryGet("Linear", 1, 7, 8, HistogramBase::kNoFlags)); in TEST_P() 265 LinearHistogram::InitializeBucketRanges(1, 6, &ranges2); in TEST_P() 274 LinearHistogram::FactoryGet("Linear2", 1, 6, 5, HistogramBase::kNoFlags)); in TEST_P() 629 HistogramBase* linear_histogram = LinearHistogram::FactoryGet( in TEST_P() 634 bad_histogram = LinearHistogram::FactoryGet( in TEST_P() 637 bad_histogram = LinearHistogram::FactoryGet( in TEST_P() 717 HistogramBase* linear_histogram = LinearHistogram::FactoryGet( in TEST()
|
D | histogram_delta_serialization.cc | 41 LinearHistogram::FactoryGet( in HistogramDeltaSerialization() 48 LinearHistogram::FactoryGet( in HistogramDeltaSerialization()
|
D | histogram_base_unittest.cc | 73 HistogramBase* histogram = LinearHistogram::FactoryGet( in TEST_F() 179 LinearHistogram::FactoryGet("CRH-Linear", 1, 10, 5, 0); in TEST_F() 212 LinearHistogram::FactoryGet("CRH-Linear", 1, 10, 5, 0); in TEST_F()
|
D | histogram_base.cc | 51 return LinearHistogram::DeserializeInfoImpl(iter); in DeserializeHistogramInfo() 144 report_histogram_ = LinearHistogram::FactoryGet( in EnableActivityReportHistogram()
|
D | persistent_histogram_allocator_unittest.cc | 68 HistogramBase* linear_histogram = LinearHistogram::FactoryGet( in TEST_F() 168 HistogramBase* histogram = LinearHistogram::FactoryGet( in TEST_F()
|
D | histogram_macros.h | 150 base::LinearHistogram::FactoryGet(name, 1, boundary, boundary + 1, \ 168 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
|
D | statistics_recorder_unittest.cc | 289 histogram = LinearHistogram::FactoryGet( in TEST_P() 558 HistogramBase* linear_histogram = LinearHistogram::FactoryGet( in TEST_P()
|
D | persistent_histogram_allocator.cc | 491 histogram_pointer = LinearHistogram::FactoryGet( in GetCreateHistogramResultHistogram() 590 histogram = LinearHistogram::PersistentCreate( in CreateHistogram()
|
D | persistent_memory_allocator.cc | 398 used_histogram_ = LinearHistogram::FactoryGet( in CreateTrackingHistograms()
|
/external/libmojo/base/android/ |
D | record_histogram.cc | 94 LinearHistogram::FactoryGet(histogram_name, 1, boundary, boundary + 1, in EnumeratedHistogram() 142 LinearHistogram::FactoryGet(histogram_name, min, max, num_buckets, in LinearCountHistogram()
|
/external/libchrome/base/message_loop/ |
D | message_loop.cc | 78 const LinearHistogram::DescriptionPair event_descriptions_[] = { 584 message_histogram_ = LinearHistogram::FactoryGetWithRangeDescription( in StartHistogrammer()
|