Home
last modified time | relevance | path

Searched defs:bucket_count (Results 1 – 25 of 87) sorted by relevance

1234

/aosp_15_r20/external/cronet/base/metrics/
H A Dhistogram.cc53 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 Dhistogram_macros_local.h52 #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 Dhistogram_macros.h209 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 Dsingle_sample_metrics.cc41 uint32_t bucket_count) { in CreateCustomCountsMetric()
51 uint32_t bucket_count, in DefaultSingleSampleMetric()
/aosp_15_r20/external/libchrome/base/metrics/
H A Dhistogram.cc47 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 Dhistogram_macros.h187 #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 Dsingle_sample_metrics.cc41 uint32_t bucket_count) { in CreateCustomCountsMetric()
51 uint32_t bucket_count, in DefaultSingleSampleMetric()
/aosp_15_r20/external/cronet/components/metrics/serialization/
H A Dmetric_sample.cc23 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 Dmetrics.cc34 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 Dmetrics.h124 #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 Dsampler.cc70 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/
Dhistogram_macros.h190 #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
Dhistogram_macros_local.h56 #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/
Dhistogram_macros.h190 #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 Drandom_unittest.cc39 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 Dquic_exported_stats.h64 #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 Dquic_server_stats.h16 #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 Dquic_client_stats.h56 #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 Dquiche_server_stats_impl.h17 bucket_count, docstring) \ argument
22 bucket_count, docstring) \ argument
H A Dquiche_client_stats_impl.h23 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 Dquiche_server_stats_impl.h17 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 Dquiche_server_stats.h54 #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 Dquiche_client_stats.h56 #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 Dsingle_sample_metrics.cc24 uint32_t bucket_count, in MojoSingleSampleMetric()
62 uint32_t bucket_count, in AcquireSingleSampleMetric()
H A Dsingle_sample_metrics_factory_impl.cc56 uint32_t bucket_count) { in CreateCustomCountsMetric()
70 uint32_t bucket_count, in CreateMetric()

1234