Lines Matching defs:sample

106 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \  argument
109 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument
112 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \ argument
115 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument
118 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument
121 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument
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
136 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument
139 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) \ argument
142 #define RTC_HISTOGRAM_COUNTS_SPARSE_500(name, sample) \ argument
145 #define RTC_HISTOGRAM_COUNTS_SPARSE_1000(name, sample) \ argument
148 #define RTC_HISTOGRAM_COUNTS_SPARSE_10000(name, sample) \ argument
151 #define RTC_HISTOGRAM_COUNTS_SPARSE_100000(name, sample) \ argument
154 #define RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, min, max, bucket_count) \ argument
160 #define RTC_HISTOGRAM_PERCENTAGE_SPARSE(name, sample) \ argument
164 #define RTC_HISTOGRAM_BOOLEAN_SPARSE(name, sample) \ argument
172 #define RTC_HISTOGRAM_ENUMERATION_SPARSE(name, sample, boundary) \ argument
178 #define RTC_HISTOGRAM_PERCENTAGE(name, sample) \ argument
182 #define RTC_HISTOGRAM_BOOLEAN(name, sample) \ argument
187 #define RTC_HISTOGRAM_ENUMERATION(name, sample, boundary) \ argument
193 #define RTC_HISTOGRAM_COMMON_BLOCK(constant_name, sample, \ argument
213 #define RTC_HISTOGRAM_COMMON_BLOCK_SLOW(name, sample, factory_get_invocation) \ argument
226 #define RTC_HISTOGRAMS_COUNTS_100(index, name, sample) \ argument
230 #define RTC_HISTOGRAMS_COUNTS_200(index, name, sample) \ argument
234 #define RTC_HISTOGRAMS_COUNTS_500(index, name, sample) \ argument
238 #define RTC_HISTOGRAMS_COUNTS_1000(index, name, sample) \ argument
242 #define RTC_HISTOGRAMS_COUNTS_10000(index, name, sample) \ argument
246 #define RTC_HISTOGRAMS_COUNTS_100000(index, name, sample) \ argument
250 #define RTC_HISTOGRAMS_ENUMERATION(index, name, sample, boundary) \ argument
254 #define RTC_HISTOGRAMS_PERCENTAGE(index, name, sample) \ argument
258 #define RTC_HISTOGRAMS_COMMON(index, name, sample, macro_invocation) \ argument
281 #define RTC_HISTOGRAM_COUNTS_100(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
283 #define RTC_HISTOGRAM_COUNTS_200(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
285 #define RTC_HISTOGRAM_COUNTS_500(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
287 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
289 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
291 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) webrtc::metrics_impl::NoOp(name, sample) 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
299 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
301 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
303 #define RTC_HISTOGRAM_COUNTS_SPARSE_500(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
305 #define RTC_HISTOGRAM_COUNTS_SPARSE_1000(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
307 #define RTC_HISTOGRAM_COUNTS_SPARSE_10000(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
309 #define RTC_HISTOGRAM_COUNTS_SPARSE_100000(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
311 #define RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, min, max, bucket_count) \ argument
314 #define RTC_HISTOGRAM_PERCENTAGE_SPARSE(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
316 #define RTC_HISTOGRAM_BOOLEAN_SPARSE(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
318 #define RTC_HISTOGRAM_ENUMERATION_SPARSE(name, sample, boundary) \ argument
321 #define RTC_HISTOGRAM_PERCENTAGE(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
323 #define RTC_HISTOGRAM_BOOLEAN(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
325 #define RTC_HISTOGRAM_ENUMERATION(name, sample, boundary) \ argument
328 #define RTC_HISTOGRAM_COMMON_BLOCK(constant_name, sample, \ argument
332 #define RTC_HISTOGRAM_COMMON_BLOCK_SLOW(name, sample, factory_get_invocation) \ argument
335 #define RTC_HISTOGRAMS_COUNTS_100(index, name, sample) webrtc::metrics_impl::NoOp(index, name, samp… argument
337 #define RTC_HISTOGRAMS_COUNTS_200(index, name, sample) webrtc::metrics_impl::NoOp(index, name, samp… argument
339 #define RTC_HISTOGRAMS_COUNTS_500(index, name, sample) webrtc::metrics_impl::NoOp(index, name, samp… argument
341 #define RTC_HISTOGRAMS_COUNTS_1000(index, name, sample) \ argument
344 #define RTC_HISTOGRAMS_COUNTS_10000(index, name, sample) \ argument
347 #define RTC_HISTOGRAMS_COUNTS_100000(index, name, sample) \ argument
350 #define RTC_HISTOGRAMS_ENUMERATION(index, name, sample, boundary) \ argument
353 #define RTC_HISTOGRAMS_PERCENTAGE(index, name, sample) webrtc::metrics_impl::NoOp(index, name, samp… argument
355 #define RTC_HISTOGRAMS_COMMON(index, name, sample, macro_invocation) \ argument