HomeSort by relevance Sort by last modified time
    Searched refs:LinearHistogram (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/components/policy/core/common/
policy_load_status.cc 20 : histogram_(base::LinearHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/importer/
importer_uma.cc 61 base::LinearHistogram::FactoryGet(
  /external/chromium_org/net/socket/
client_socket_pool_histograms.cc 18 using base::LinearHistogram;
26 socket_type_ = LinearHistogram::FactoryGet("Net.SocketType_" + pool_name, 1,
  /external/chromium_org/base/metrics/
histogram_delta_serialization.cc 40 LinearHistogram::FactoryGet(
47 LinearHistogram::FactoryGet(
histogram.cc 511 // LinearHistogram: This histogram uses a traditional set of evenly spaced
515 LinearHistogram::~LinearHistogram() {}
517 HistogramBase* LinearHistogram::FactoryGet(const string& name,
526 HistogramBase* LinearHistogram::FactoryTimeGet(const string& name,
535 HistogramBase* LinearHistogram::FactoryGetWithRangeDescription(
554 LinearHistogram* tentative_histogram =
555 new LinearHistogram(name, minimum, maximum, registered_ranges);
584 HistogramType LinearHistogram::GetHistogramType() const {
588 LinearHistogram::LinearHistogram(const string& name
    [all...]
histogram.h 12 // For Histogram(exponential histogram), LinearHistogram and CustomHistogram,
25 // For Histogram and LinearHistogram, the maximum for a declared range should
196 base::LinearHistogram::FactoryGet(name, 1, boundary, boundary + 1, \
214 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
314 class LinearHistogram;
482 // LinearHistogram is a more traditional histogram, with evenly spaced
484 class BASE_EXPORT LinearHistogram : public Histogram {
486 virtual ~LinearHistogram();
506 // Create a LinearHistogram and store a list of number/text values for use in
527 LinearHistogram(const std::string& name
    [all...]
histogram_unittest.cc 56 HistogramBase* linear_histogram = LinearHistogram::FactoryGet(
79 HistogramBase* histogram = LinearHistogram::FactoryGet(
134 LinearHistogram::InitializeBucketRanges(1, 7, &ranges);
140 // The correspoding LinearHistogram should use the correct ranges.
142 LinearHistogram::FactoryGet("Linear", 1, 7, 8, HistogramBase::kNoFlags));
147 LinearHistogram::InitializeBucketRanges(1, 6, &ranges2);
154 // The correspoding LinearHistogram should use the correct ranges.
156 LinearHistogram::FactoryGet("Linear2", 1, 6, 5, HistogramBase::kNoFlags));
456 HistogramBase* linear_histogram = LinearHistogram::FactoryGet(
461 bad_histogram = LinearHistogram::FactoryGet
    [all...]
histogram_base.cc 49 return LinearHistogram::DeserializeInfoImpl(iter);
histogram_base_unittest.cc 65 HistogramBase* histogram = LinearHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger.cc 181 base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
203 base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
  /external/chromium_org/content/browser/appcache/
appcache_histograms.cc 40 base::LinearHistogram::FactoryGet(
84 base::LinearHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/prefs/tracked/
tracked_preference_helper.cc 99 base::LinearHistogram::FactoryGet(
  /external/chromium_org/net/disk_cache/blockfile/
histogram_macros.h 51 base::HistogramBase* counter = base::LinearHistogram::FactoryGet( \
histogram_macros_v3.h 56 counter = base::LinearHistogram::FactoryGet( \
  /external/chromium_org/chrome/browser/ui/webui/
metrics_handler.cc 79 base::LinearHistogram::FactoryGet(
  /external/chromium_org/components/password_manager/core/browser/
password_manager_metrics_util.cc 95 base::LinearHistogram::FactoryGet(
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_database.cc 191 base::LinearHistogram::FactoryGet(
204 base::LinearHistogram::FactoryGet(
213 base::LinearHistogram::FactoryGet(
230 base::LinearHistogram::FactoryGet(
  /external/chromium_org/chrome/renderer/pepper/
pepper_uma_host.cc 186 base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
  /external/chromium_org/media/base/
cdm_promise.cc 92 base::LinearHistogram::FactoryGet(
  /external/chromium_org/net/spdy/
hpack_huffman_aggregator.cc 174 base::LinearHistogram::FactoryGet(
  /external/chromium_org/base/message_loop/
message_loop.cc 73 const LinearHistogram::DescriptionPair event_descriptions_[] = {
527 message_histogram_ = LinearHistogram::FactoryGetWithRangeDescription(
  /external/chromium_org/chrome/browser/chromeos/
external_metrics.cc 186 base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/extensions/api/metrics_private/
metrics_private_api.cc 98 counter = base::LinearHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/net/
url_info.cc 144 histogram = base::LinearHistogram::FactoryTimeGet(
  /external/chromium_org/chrome/browser/prefs/
pref_metrics_service.cc 201 base::HistogramBase* histogram = base::LinearHistogram::FactoryGet(

Completed in 1149 milliseconds

1 2