Searched refs:CustomHistogram (Results 1 – 10 of 10) sorted by relevance
/external/libchrome/base/metrics/ |
D | histogram.cc | 1186 class CustomHistogram::Factory : public Histogram::Factory { 1215 return WrapUnique(new CustomHistogram(GetPermanentName(name_), ranges)); in HeapAlloc() 1224 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet() 1233 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet() 1240 std::unique_ptr<HistogramBase> CustomHistogram::PersistentCreate( in PersistentCreate() 1247 return WrapUnique(new CustomHistogram(name, ranges, counts, logged_counts, in PersistentCreate() 1251 HistogramType CustomHistogram::GetHistogramType() const { in GetHistogramType() 1256 std::vector<Sample> CustomHistogram::ArrayToCustomEnumRanges( in ArrayToCustomEnumRanges() 1269 CustomHistogram::CustomHistogram(const char* name, const BucketRanges* ranges) in CustomHistogram() function in base::CustomHistogram 1275 CustomHistogram::CustomHistogram( in CustomHistogram() function in base::CustomHistogram [all …]
|
D | histogram_unittest.cc | 130 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_P() 301 CustomHistogram::ArrayToCustomEnumRanges(ranges); in TEST_P() 318 CustomHistogram::FactoryGet("TestCustomHistogram1", custom_ranges, in TEST_P() 332 CustomHistogram::FactoryGet("TestCustomHistogram2", custom_ranges, in TEST_P() 347 CustomHistogram::FactoryGet("TestCustomHistogram3", custom_ranges, in TEST_P() 367 CustomHistogram::FactoryGet("2BucketsCustomHistogram", custom_ranges, in TEST_P() 471 CustomHistogram::FactoryGet("TestCustomRangeBoundedHistogram", in TEST_P() 627 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_P() 802 CustomHistogram::FactoryGet( in TEST() 813 CustomHistogram::FactoryGet("BadRangesCustom2", custom_ranges, in TEST() [all …]
|
D | histogram.h | 90 class CustomHistogram; variable 544 class BASE_EXPORT CustomHistogram : public Histogram { 584 CustomHistogram(const char* name, const BucketRanges* ranges); 586 CustomHistogram(const char* name, 605 DISALLOW_COPY_AND_ASSIGN(CustomHistogram);
|
D | histogram_macros.h | 379 base::CustomHistogram::FactoryGet(name, custom_ranges, \
|
D | histogram_base.cc | 63 return CustomHistogram::DeserializeInfoImpl(iter); in DeserializeHistogramInfo()
|
D | histogram_base_unittest.cc | 117 HistogramBase* histogram = CustomHistogram::FactoryGet( in TEST_F()
|
D | statistics_recorder_unittest.cc | 306 HistogramBase* const histogram5 = CustomHistogram::FactoryGet( in TEST_P() 558 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_P()
|
D | persistent_histogram_allocator_unittest.cc | 88 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_F()
|
D | persistent_histogram_allocator.cc | 605 histogram = CustomHistogram::PersistentCreate( in CreateHistogram()
|
/external/libchrome/libchrome_tools/patch/ |
D | virtual_destructor.patch | 27 @@ -1020,6 +1023,7 @@ class CustomHistogram::Factory : public
|