Home
last modified time | relevance | path

Searched refs:CustomHistogram (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram.cc1020 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 …]
Dhistogram_unittest.cc110 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 …]
Dhistogram.h92 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);
Dhistogram_base_unittest.cc123 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()
Dhistogram_macros.h178 base::CustomHistogram::FactoryGet(name, custom_ranges, \
263 base::CustomHistogram::FactoryGet(name, custom_ranges, \
Dhistogram_base.cc55 return CustomHistogram::DeserializeInfoImpl(iter); in DeserializeHistogramInfo()
Dpersistent_histogram_allocator_unittest.cc87 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_F()
Dstatistics_recorder_unittest.cc306 histogram = CustomHistogram::FactoryGet( in TEST_P()
578 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_P()
Dpersistent_histogram_allocator.cc605 histogram = CustomHistogram::PersistentCreate( in CreateHistogram()