/aosp_15_r20/external/cronet/base/metrics/ |
H A D | histogram.cc | 53 size_t* bucket_count, in ReadHistogramArguments() 106 size_t bucket_count, in Factory() 122 size_t bucket_count, in Factory() 247 size_t bucket_count, in FactoryGet() 255 size_t bucket_count, in FactoryTimeGet() 263 size_t bucket_count, in FactoryMicrosecondsTimeGet() 272 size_t bucket_count, in FactoryGet() 280 size_t bucket_count, in FactoryTimeGet() 288 size_t bucket_count, in FactoryMicrosecondsTimeGet() 324 size_t bucket_count = ranges->bucket_count(); in InitializeBucketRanges() local [all …]
|
H A 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
|
H A 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
|
H A D | single_sample_metrics.cc | 41 uint32_t bucket_count) { in CreateCustomCountsMetric() 51 uint32_t bucket_count, in DefaultSingleSampleMetric()
|
/aosp_15_r20/external/libchrome/base/metrics/ |
H A 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 …]
|
H A 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
|
H A D | single_sample_metrics.cc | 41 uint32_t bucket_count) { in CreateCustomCountsMetric() 51 uint32_t bucket_count, in DefaultSingleSampleMetric()
|
/aosp_15_r20/external/cronet/components/metrics/serialization/ |
H A D | metric_sample.cc | 23 int bucket_count, in MetricSample() 86 int MetricSample::bucket_count() const { in bucket_count() function in metrics::MetricSample 127 int bucket_count, in HistogramSample() 142 int sample, min, max, bucket_count; in ParseHistogram() local
|
/aosp_15_r20/external/webrtc/system_wrappers/source/ |
H A 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()
|
/aosp_15_r20/external/webrtc/system_wrappers/include/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/monitoring/ |
H A 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()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/metrics/ |
D | histogram_macros.h | 190 #define UMA_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument 236 #define UMA_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument 256 bucket_count) \ argument 318 bucket_count) \ argument
|
D | histogram_macros_local.h | 56 #define LOCAL_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument 70 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/metrics/ |
D | histogram_macros.h | 190 #define UMA_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument 236 #define UMA_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument 256 bucket_count) \ argument 318 bucket_count) \ argument
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A 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()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/platform/api/ |
H A 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
|
H A 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
|
H A 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
|
/aosp_15_r20/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/ |
H A D | quiche_server_stats_impl.h | 17 bucket_count, docstring) \ argument 22 bucket_count, docstring) \ argument
|
H A D | quiche_client_stats_impl.h | 23 bucket_count, docstring) \ argument 31 bucket_count, docstring) \ argument
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/ |
H A D | quiche_server_stats_impl.h | 17 bucket_count, docstring) \ argument 22 bucket_count, docstring) \ argument
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/cronet/components/metrics/ |
H A D | single_sample_metrics.cc | 24 uint32_t bucket_count, in MojoSingleSampleMetric() 62 uint32_t bucket_count, in AcquireSingleSampleMetric()
|
H A D | single_sample_metrics_factory_impl.cc | 56 uint32_t bucket_count) { in CreateCustomCountsMetric() 70 uint32_t bucket_count, in CreateMetric()
|