Searched refs:CustomHistogram (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/metrics/ |
D | histogram_unittest.cc | 63 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_F() 163 CustomHistogram::ArrayToCustomRanges(ranges, 3); in TEST_F() 180 CustomHistogram::FactoryGet("TestCustomHistogram1", custom_ranges, in TEST_F() 194 CustomHistogram::FactoryGet("TestCustomHistogram2", custom_ranges, in TEST_F() 209 CustomHistogram::FactoryGet("TestCustomHistogram3", custom_ranges, in TEST_F() 229 CustomHistogram::FactoryGet("2BucketsCustomHistogram", custom_ranges, in TEST_F() 290 CustomHistogram::FactoryGet("TestCustomRangeBoundedHistogram", in TEST_F() 438 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_F() 517 CustomHistogram::FactoryGet( in TEST() 527 EXPECT_DEATH(CustomHistogram::FactoryGet("BadRangesCustom2", custom_ranges, in TEST() [all …]
|
D | histogram.cc | 769 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet() 782 CustomHistogram* tentative_histogram = in FactoryGet() 783 new CustomHistogram(name, registered_ranges); in FactoryGet() 795 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet() 802 HistogramType CustomHistogram::GetHistogramType() const { in GetHistogramType() 807 std::vector<Sample> CustomHistogram::ArrayToCustomRanges( in ArrayToCustomRanges() 821 CustomHistogram::CustomHistogram(const std::string& name, in CustomHistogram() function in base::CustomHistogram 828 bool CustomHistogram::SerializeInfoImpl(Pickle* pickle) const { in SerializeInfoImpl() 841 double CustomHistogram::GetBucketSize(Count /* current */, in GetBucketSize() 847 HistogramBase* CustomHistogram::DeserializeInfoImpl(PickleIterator* iter) { in DeserializeInfoImpl() [all …]
|
D | histogram.h | 92 class CustomHistogram; variable 398 class BASE_EXPORT CustomHistogram : public Histogram { 427 CustomHistogram(const std::string& name, 444 DISALLOW_COPY_AND_ASSIGN(CustomHistogram);
|
D | histogram_macros.h | 149 base::CustomHistogram::FactoryGet(name, custom_ranges, \ 234 base::CustomHistogram::FactoryGet(name, custom_ranges, \
|
D | histogram_base_unittest.cc | 113 HistogramBase* histogram = CustomHistogram::FactoryGet( in TEST_F()
|
D | histogram_base.cc | 56 return CustomHistogram::DeserializeInfoImpl(iter); in DeserializeHistogramInfo()
|
D | statistics_recorder_unittest.cc | 213 histogram = CustomHistogram::FactoryGet( in TEST_F() 441 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_F()
|