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

  /external/chromium_org/net/socket/
client_socket_pool_histograms.cc 19 using base::CustomHistogram;
48 error_code_ = CustomHistogram::FactoryGet(
  /external/chromium_org/net/base/
net_errors.cc 43 return base::CustomHistogram::ArrayToCustomRanges(
  /external/chromium_org/base/metrics/
histogram_unittest.cc 63 HistogramBase* custom_histogram = CustomHistogram::FactoryGet(
166 CustomHistogram::ArrayToCustomRanges(ranges, 3);
183 CustomHistogram::FactoryGet("TestCustomHistogram1", custom_ranges,
197 CustomHistogram::FactoryGet("TestCustomHistogram2", custom_ranges,
212 CustomHistogram::FactoryGet("TestCustomHistogram3", custom_ranges,
223 // This test exploits the fact that the CustomHistogram can have 2 buckets,
232 CustomHistogram::FactoryGet("2BucketsCustomHistogram", custom_ranges,
269 CustomHistogram::FactoryGet("TestCustomRangeBoundedHistogram",
417 HistogramBase* custom_histogram = CustomHistogram::FactoryGet(
473 // For Histogram, LinearHistogram and CustomHistogram, the minimum for
    [all...]
histogram.cc 718 // CustomHistogram:
721 HistogramBase* CustomHistogram::FactoryGet(const string& name,
733 CustomHistogram* tentative_histogram =
734 new CustomHistogram(name, registered_ranges);
746 HistogramType CustomHistogram::GetHistogramType() const {
751 vector<Sample> CustomHistogram::ArrayToCustomRanges(
765 CustomHistogram::CustomHistogram(const string& name,
772 bool CustomHistogram::SerializeInfoImpl(Pickle* pickle) const {
785 double CustomHistogram::GetBucketSize(Count current, size_t i) 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
220 // You can use the helper function CustomHistogram::ArrayToCustomRanges to
224 base::CustomHistogram::FactoryGet(name, custom_ranges, \
370 base::CustomHistogram::FactoryGet(name, custom_ranges, \
379 class CustomHistogram;
648 // CustomHistogram is a histogram for a set of custom integers.
649 class BASE_EXPORT CustomHistogram : public Histogram {
671 CustomHistogram(const std::string& name,
688 DISALLOW_COPY_AND_ASSIGN(CustomHistogram);
    [all...]
histogram_base.cc 53 return CustomHistogram::DeserializeInfoImpl(iter);
histogram_base_unittest.cc 115 HistogramBase* histogram = CustomHistogram::FactoryGet(
statistics_recorder_unittest.cc 207 // Create a CustomHistogram.
211 histogram = CustomHistogram::FactoryGet(
  /external/chromium_org/content/browser/download/
base_file_win.cc 240 base::CustomHistogram::ArrayToCustomRanges(
248 base::CustomHistogram::ArrayToCustomRanges(
download_stats.cc 239 base::CustomHistogram::ArrayToCustomRanges(
266 base::CustomHistogram::ArrayToCustomRanges(
  /external/chromium_org/media/base/
video_decoder_config.cc 52 base::CustomHistogram::ArrayToCustomRanges(
  /external/chromium_org/net/cert/
cert_verify_proc.cc 87 counter = base::CustomHistogram::FactoryGet(
89 base::CustomHistogram::ArrayToCustomRanges(kEccKeySizes,
95 counter = base::CustomHistogram::FactoryGet(
97 base::CustomHistogram::ArrayToCustomRanges(kRsaDsaKeySizes,
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win.cc 351 base::CustomHistogram::ArrayToCustomRanges(
  /external/chromium_org/net/dns/
host_resolver_impl.cc 132 return base::CustomHistogram::ArrayToCustomRanges(os_errors,
    [all...]

Completed in 589 milliseconds