HomeSort by relevance Sort by last modified time
    Searched refs:CustomHistogram (Results 1 - 7 of 7) sorted by null

  /external/libchrome/base/metrics/
histogram_unittest.cc 63 HistogramBase* custom_histogram = CustomHistogram::FactoryGet(
163 CustomHistogram::ArrayToCustomRanges(ranges, 3);
180 CustomHistogram::FactoryGet("TestCustomHistogram1", custom_ranges,
194 CustomHistogram::FactoryGet("TestCustomHistogram2", custom_ranges,
209 CustomHistogram::FactoryGet("TestCustomHistogram3", custom_ranges,
220 // This test exploits the fact that the CustomHistogram can have 2 buckets,
229 CustomHistogram::FactoryGet("2BucketsCustomHistogram", custom_ranges,
290 CustomHistogram::FactoryGet("TestCustomRangeBoundedHistogram",
438 HistogramBase* custom_histogram = CustomHistogram::FactoryGet(
494 // For Histogram, LinearHistogram and CustomHistogram, the minimum for
    [all...]
histogram.cc 766 // CustomHistogram:
769 HistogramBase* CustomHistogram::FactoryGet(
782 CustomHistogram* tentative_histogram =
783 new CustomHistogram(name, registered_ranges);
795 HistogramBase* CustomHistogram::FactoryGet(
802 HistogramType CustomHistogram::GetHistogramType() const {
807 std::vector<Sample> CustomHistogram::ArrayToCustomRanges(
821 CustomHistogram::CustomHistogram(const std::string& name,
828 bool CustomHistogram::SerializeInfoImpl(Pickle* pickle) const
    [all...]
histogram.h 12 // For Histogram(exponential histogram), LinearHistogram and CustomHistogram,
28 // so the smallest legal bucket_count is 3. However CustomHistogram can have
92 class CustomHistogram;
397 // CustomHistogram is a histogram for a set of custom integers.
398 class BASE_EXPORT CustomHistogram : public Histogram {
427 CustomHistogram(const std::string& name,
444 DISALLOW_COPY_AND_ASSIGN(CustomHistogram);
histogram_macros.h 145 // You can use the helper function CustomHistogram::ArrayToCustomRanges to
149 base::CustomHistogram::FactoryGet(name, custom_ranges, \
234 base::CustomHistogram::FactoryGet(name, custom_ranges, \
histogram_base.cc 56 return CustomHistogram::DeserializeInfoImpl(iter);
histogram_base_unittest.cc 113 HistogramBase* histogram = CustomHistogram::FactoryGet(
statistics_recorder_unittest.cc 209 // Create a CustomHistogram.
213 histogram = CustomHistogram::FactoryGet(
441 HistogramBase* custom_histogram = CustomHistogram::FactoryGet(

Completed in 285 milliseconds