Searched refs:CustomHistogram (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/base/metrics/ |
D | histogram.cc | 1020 class CustomHistogram::Factory : public Histogram::Factory { 1049 return WrapUnique(new CustomHistogram(name_, ranges)); in HeapAlloc() 1058 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet() 1067 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet() 1074 std::unique_ptr<HistogramBase> CustomHistogram::PersistentCreate( in PersistentCreate() 1082 return WrapUnique(new CustomHistogram( in PersistentCreate() 1086 HistogramType CustomHistogram::GetHistogramType() const { in GetHistogramType() 1091 std::vector<Sample> CustomHistogram::ArrayToCustomRanges( in ArrayToCustomRanges() 1105 CustomHistogram::CustomHistogram(const std::string& name, in CustomHistogram() function in base::CustomHistogram 1112 CustomHistogram::CustomHistogram(const std::string& name, in CustomHistogram() function in base::CustomHistogram [all …]
|
D | histogram_unittest.cc | 110 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_P() 281 CustomHistogram::ArrayToCustomRanges(ranges, 3); in TEST_P() 298 CustomHistogram::FactoryGet("TestCustomHistogram1", custom_ranges, in TEST_P() 312 CustomHistogram::FactoryGet("TestCustomHistogram2", custom_ranges, in TEST_P() 327 CustomHistogram::FactoryGet("TestCustomHistogram3", custom_ranges, in TEST_P() 347 CustomHistogram::FactoryGet("2BucketsCustomHistogram", custom_ranges, in TEST_P() 431 CustomHistogram::FactoryGet("TestCustomRangeBoundedHistogram", in TEST_P() 587 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_P() 728 CustomHistogram::FactoryGet( in TEST() 738 EXPECT_DEATH(CustomHistogram::FactoryGet("BadRangesCustom2", custom_ranges, in TEST() [all …]
|
D | histogram.h | 92 class CustomHistogram; variable 483 class BASE_EXPORT CustomHistogram : public Histogram { 524 CustomHistogram(const std::string& name, 527 CustomHistogram(const std::string& name, 547 DISALLOW_COPY_AND_ASSIGN(CustomHistogram);
|
D | histogram_base_unittest.cc | 123 HistogramBase* histogram = CustomHistogram::FactoryGet( in TEST_F() 181 CustomHistogram::FactoryGet("CRH-Custom", ranges, 0); in TEST_F() 214 CustomHistogram::FactoryGet("CRH-Custom", ranges, 0); in TEST_F()
|
D | histogram_macros.h | 178 base::CustomHistogram::FactoryGet(name, custom_ranges, \ 263 base::CustomHistogram::FactoryGet(name, custom_ranges, \
|
D | histogram_base.cc | 55 return CustomHistogram::DeserializeInfoImpl(iter); in DeserializeHistogramInfo()
|
D | persistent_histogram_allocator_unittest.cc | 87 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_F()
|
D | statistics_recorder_unittest.cc | 306 histogram = CustomHistogram::FactoryGet( in TEST_P() 578 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_P()
|
D | persistent_histogram_allocator.cc | 605 histogram = CustomHistogram::PersistentCreate( in CreateHistogram()
|