/external/chromium/base/metrics/ |
D | histogram.h | 76 #define HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) do { \ argument 90 #define HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) do { \ argument 100 #define HISTOGRAM_CLIPPED_TIMES(name, sample, min, max, bucket_count) do { \ argument 139 #define DHISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument 141 #define DHISTOGRAM_CLIPPED_TIMES(name, sample, min, max, bucket_count) \ argument 143 #define DHISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument 155 #define DHISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument 157 #define DHISTOGRAM_CLIPPED_TIMES(name, sample, min, max, bucket_count) \ argument 159 #define DHISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument 186 #define UMA_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) do { \ argument [all …]
|
D | histogram.cc | 79 size_t bucket_count, in FactoryGet() 110 size_t bucket_count, in FactoryTimeGet() 240 size_t bucket_count; in DeserializeHistogramInfo() local 360 size_t Histogram::bucket_count() const { in bucket_count() function in base::Histogram 373 size_t bucket_count) { in HasConstructorArguments() 380 size_t bucket_count) { in HasConstructorTimeDeltaArguments() 391 Sample maximum, size_t bucket_count) in Histogram() 404 TimeDelta maximum, size_t bucket_count) in Histogram() 776 size_t bucket_count, in FactoryGet() 803 size_t bucket_count, in FactoryTimeGet() [all …]
|
/external/chromium/net/disk_cache/ |
D | stats_histogram.cc | 30 size_t bucket_count = disk_cache::Stats::kDataSizesLength; in StatsHistogramFactoryGet() local 71 size_t StatsHistogram::bucket_count() const { in bucket_count() function in disk_cache::StatsHistogram
|
D | stats_histogram.h | 34 Sample maximum, size_t bucket_count) in StatsHistogram()
|
D | histogram_macros.h | 23 #define CACHE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument 42 #define CACHE_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | cros_library_loader.cc | 23 const size_t bucket_count(10); in addLibcrosTimeHistogram() local
|
/external/chromium/chrome/browser/net/websocket_experiment/ |
D | websocket_experiment_task.cc | 185 size_t bucket_count) { in GetTimesHistogramForConfig() 215 size_t bucket_count) { in UpdateHistogramTimes()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.h | 89 uint32_t bucket_count; // The number of buckets in this hash table. member
|
/external/stlport/stlport/stl/debug/ |
D | _hashtable.h | 315 size_type bucket_count() const { return _M_non_dbg_impl.bucket_count(); } in bucket_count() function
|
/external/chromium/webkit/glue/ |
D | webkitclient_impl.cc | 264 const char* name, int sample, int min, int max, int bucket_count) { in histogramCustomCounts()
|