Searched refs:kNumBuckets (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/leveldatabase/src/util/ |
D | histogram.cc | 12 const double Histogram::kBucketLimit[kNumBuckets] = { 34 min_ = kBucketLimit[kNumBuckets-1]; in Clear() 39 for (int i = 0; i < kNumBuckets; i++) { in Clear() 47 while (b < kNumBuckets - 1 && kBucketLimit[b] <= value) { in Add() 64 for (int b = 0; b < kNumBuckets; b++) { in Merge() 76 for (int b = 0; b < kNumBuckets; b++) { in Percentile() 119 for (int b = 0; b < kNumBuckets; b++) { in ToString()
|
D | histogram.h | 30 enum { kNumBuckets = 154 }; enumerator 31 static const double kBucketLimit[kNumBuckets]; 32 double buckets_[kNumBuckets];
|
/external/chromium_org/content/renderer/media/ |
D | rtc_data_channel_handler.cc | 182 const int kNumBuckets = 50; in RecordMessageSent() local 187 1, kMaxBucketSize, kNumBuckets); in RecordMessageSent() 191 1, kMaxBucketSize, kNumBuckets); in RecordMessageSent()
|
/external/chromium_org/third_party/leveldatabase/ |
D | env_chromium.cc | 717 const int kNumBuckets = 18; in GetMaxFDHistogram() local 719 uma_name, kFirstEntry, kLastEntry, kNumBuckets, in GetMaxFDHistogram() 728 const int kNumBuckets = 11; in GetLockFileAncestorHistogram() local 730 uma_name, kMin, kMax, kNumBuckets, in GetLockFileAncestorHistogram() 741 const int kNumBuckets = kMaxRetryTimeMillis / kBucketSizeMillis + 2; in GetRetryTimeHistogram() local 745 kNumBuckets, in GetRetryTimeHistogram()
|
/external/chromium_org/chrome/browser/extensions/ |
D | webstore_installer.cc | 729 const int kNumBuckets = 30; in RecordInterrupt() local 730 const int64 kMaxSizeKb = 1 << kNumBuckets; in RecordInterrupt() 736 kNumBuckets); in RecordInterrupt() 744 kNumBuckets); in RecordInterrupt()
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | PartitionAlloc.h | 638 static const size_t kNumBuckets = N / kAllocationGranularity; variable 639 void init() { partitionAllocInit(&m_partitionRoot, kNumBuckets, kMaxAllocation); } in init() 644 PartitionBucket m_actualBuckets[kNumBuckets];
|
/external/chromium_org/chrome/browser/chromeos/ |
D | boot_times_loader.cc | 263 const int kNumBuckets = 100; in WriteTimes() local 278 kNumBuckets, in WriteTimes() 296 kNumBuckets, in WriteTimes()
|