| /external/cronet/base/metrics/ |
| D | histogram.cc | 52 size_t* bucket_count, in ReadHistogramArguments() 105 size_t bucket_count, in Factory() 121 size_t bucket_count, in Factory() 247 size_t bucket_count, in FactoryGet() 263 size_t bucket_count, in FactoryTimeGet() 275 size_t bucket_count, in FactoryMicrosecondsTimeGet() 287 size_t bucket_count, in FactoryGet() 295 size_t bucket_count, in FactoryTimeGet() 304 size_t bucket_count, in FactoryMicrosecondsTimeGet() 340 size_t bucket_count = ranges->bucket_count(); in InitializeBucketRanges() local [all …]
|
| D | histogram_macros_local.h | 52 #define LOCAL_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument 66 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument 73 bucket_count) \ argument
|
| D | single_sample_metrics.cc | 41 uint32_t bucket_count) { in CreateCustomCountsMetric() 51 uint32_t bucket_count, in DefaultSingleSampleMetric()
|
| D | histogram_macros.h | 209 bucket_count) \ argument 255 #define UMA_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument 275 bucket_count) \ argument 361 bucket_count) \ argument
|
| /external/libchrome/base/metrics/ |
| D | histogram.cc | 47 uint32_t* bucket_count, in ReadHistogramArguments() 103 uint32_t bucket_count, in Factory() 117 uint32_t bucket_count, in Factory() 252 uint32_t bucket_count, in FactoryGet() 264 uint32_t bucket_count, in FactoryTimeGet() 274 uint32_t bucket_count, in FactoryMicrosecondsTimeGet() 284 uint32_t bucket_count, in FactoryGet() 292 uint32_t bucket_count, in FactoryTimeGet() 301 uint32_t bucket_count, in FactoryMicrosecondsTimeGet() 339 size_t bucket_count = ranges->bucket_count(); in InitializeBucketRanges() local [all …]
|
| D | single_sample_metrics.cc | 41 uint32_t bucket_count) { in CreateCustomCountsMetric() 51 uint32_t bucket_count, in DefaultSingleSampleMetric()
|
| D | histogram_macros.h | 187 #define UMA_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument 233 #define UMA_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument 253 bucket_count) \ argument 315 bucket_count) \ argument
|
| D | histogram_macros_local.h | 53 #define LOCAL_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument 67 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
|
| /external/cronet/components/metrics/serialization/ |
| D | metric_sample.cc | 23 int bucket_count) in MetricSample() 95 int MetricSample::bucket_count() const { in bucket_count() function in metrics::MetricSample 112 int bucket_count) { in HistogramSample() 125 int sample, min, max, bucket_count; in ParseHistogram() local
|
| /external/tensorflow/tensorflow/core/lib/monitoring/ |
| D | sampler.cc | 70 ExponentialBuckets(double scale, double growth_factor, int bucket_count) in ExponentialBuckets() 81 int bucket_count) { in ComputeBucketLimits() 114 int bucket_count) { in Exponential()
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/platform/api/ |
| D | quic_exported_stats.h | 64 #define QUIC_HISTOGRAM_TIMES(name, sample, min, max, bucket_count, docstring) \ argument 86 #define QUIC_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count, docstring) \ argument
|
| D | quic_server_stats.h | 16 #define QUIC_SERVER_HISTOGRAM_TIMES(name, sample, min, max, bucket_count, \ argument 20 #define QUIC_SERVER_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count, \ argument
|
| D | quic_client_stats.h | 56 #define QUIC_CLIENT_HISTOGRAM_TIMES(name, sample, min, max, bucket_count, \ argument 76 #define QUIC_CLIENT_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count, \ argument
|
| /external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/ |
| D | quiche_server_stats_impl.h | 17 bucket_count, docstring) \ argument 22 bucket_count, docstring) \ argument
|
| D | quiche_client_stats_impl.h | 23 bucket_count, docstring) \ argument 31 bucket_count, docstring) \ argument
|
| /external/cronet/net/third_party/quiche/src/quiche/common/platform/api/ |
| D | quiche_server_stats.h | 54 #define QUICHE_SERVER_HISTOGRAM_TIMES(name, sample, min, max, bucket_count, \ argument 75 #define QUICHE_SERVER_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count, \ argument
|
| D | quiche_client_stats.h | 56 #define QUICHE_CLIENT_HISTOGRAM_TIMES(name, sample, min, max, bucket_count, \ argument 77 #define QUICHE_CLIENT_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count, \ argument
|
| /external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/ |
| D | quiche_server_stats_impl.h | 17 bucket_count, docstring) \ argument 22 bucket_count, docstring) \ argument
|
| /external/cronet/components/metrics/ |
| D | single_sample_metrics.cc | 24 uint32_t bucket_count, in MojoSingleSampleMetric() 62 uint32_t bucket_count, in AcquireSingleSampleMetric()
|
| D | single_sample_metrics_factory_impl.cc | 56 uint32_t bucket_count) { in CreateCustomCountsMetric() 70 uint32_t bucket_count, in CreateMetric()
|
| /external/webrtc/system_wrappers/source/ |
| D | metrics.cc | 34 RtcHistogram(absl::string_view name, int min, int max, int bucket_count) in RtcHistogram() 119 int bucket_count) { in GetCountsHistogram() 230 int bucket_count) { in HistogramFactoryGetCounts() 243 int bucket_count) { in HistogramFactoryGetCountsLinear() 281 size_t bucket_count) in SampleInfo()
|
| /external/webrtc/rtc_base/ |
| D | random_unittest.cc | 39 void UniformBucketTest(T bucket_count, int samples, Random* prng) { in UniformBucketTest() 113 void BucketTestSignedInterval(unsigned int bucket_count, in BucketTestSignedInterval() 154 void BucketTestUnsignedInterval(unsigned int bucket_count, in BucketTestUnsignedInterval() 221 void BucketTestFloat(unsigned int bucket_count, in BucketTestFloat()
|
| /external/cronet/net/disk_cache/blockfile/ |
| D | histogram_macros.h | 21 #define CACHE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument 38 #define CACHE_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
|
| /external/webrtc/system_wrappers/include/ |
| D | metrics.h | 124 #define RTC_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count) \ argument 129 #define RTC_HISTOGRAM_COUNTS_LINEAR(name, sample, min, max, bucket_count) \ argument 154 #define RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, min, max, bucket_count) \ argument 293 #define RTC_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count) \ argument 296 #define RTC_HISTOGRAM_COUNTS_LINEAR(name, sample, min, max, bucket_count) \ argument 311 #define RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, min, max, bucket_count) \ argument 402 const size_t bucket_count; member
|
| /external/angle/src/libANGLE/ |
| D | histogram_macros.h | 31 #define ANGLE_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument 43 #define ANGLE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
|