• Home
  • Raw
  • Download

Lines Matching defs:sample

104 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \  argument
107 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument
110 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \ argument
113 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument
116 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument
119 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument
122 #define RTC_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count) \ argument
127 #define RTC_HISTOGRAM_COUNTS_LINEAR(name, sample, min, max, bucket_count) \ argument
134 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument
137 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) \ argument
140 #define RTC_HISTOGRAM_COUNTS_SPARSE_500(name, sample) \ argument
143 #define RTC_HISTOGRAM_COUNTS_SPARSE_1000(name, sample) \ argument
146 #define RTC_HISTOGRAM_COUNTS_SPARSE_10000(name, sample) \ argument
149 #define RTC_HISTOGRAM_COUNTS_SPARSE_100000(name, sample) \ argument
152 #define RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, min, max, bucket_count) \ argument
158 #define RTC_HISTOGRAM_PERCENTAGE_SPARSE(name, sample) \ argument
162 #define RTC_HISTOGRAM_BOOLEAN_SPARSE(name, sample) \ argument
170 #define RTC_HISTOGRAM_ENUMERATION_SPARSE(name, sample, boundary) \ argument
176 #define RTC_HISTOGRAM_PERCENTAGE(name, sample) \ argument
180 #define RTC_HISTOGRAM_BOOLEAN(name, sample) \ argument
185 #define RTC_HISTOGRAM_ENUMERATION(name, sample, boundary) \ argument
192 #define RTC_HISTOGRAM_COMMON_BLOCK(constant_name, sample, \ argument
215 #define RTC_HISTOGRAM_COMMON_BLOCK_SLOW(name, sample, factory_get_invocation) \ argument
228 #define RTC_HISTOGRAMS_COUNTS_100(index, name, sample) \ argument
232 #define RTC_HISTOGRAMS_COUNTS_200(index, name, sample) \ argument
236 #define RTC_HISTOGRAMS_COUNTS_500(index, name, sample) \ argument
240 #define RTC_HISTOGRAMS_COUNTS_1000(index, name, sample) \ argument
244 #define RTC_HISTOGRAMS_COUNTS_10000(index, name, sample) \ argument
248 #define RTC_HISTOGRAMS_COUNTS_100000(index, name, sample) \ argument
252 #define RTC_HISTOGRAMS_ENUMERATION(index, name, sample, boundary) \ argument
256 #define RTC_HISTOGRAMS_PERCENTAGE(index, name, sample) \ argument
260 #define RTC_HISTOGRAMS_COMMON(index, name, sample, macro_invocation) \ argument
283 #define RTC_HISTOGRAM_COUNTS_100(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
285 #define RTC_HISTOGRAM_COUNTS_200(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
287 #define RTC_HISTOGRAM_COUNTS_500(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
289 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
291 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
293 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
295 #define RTC_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count) \ argument
298 #define RTC_HISTOGRAM_COUNTS_LINEAR(name, sample, min, max, bucket_count) \ argument
301 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
303 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
305 #define RTC_HISTOGRAM_COUNTS_SPARSE_500(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
307 #define RTC_HISTOGRAM_COUNTS_SPARSE_1000(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
309 #define RTC_HISTOGRAM_COUNTS_SPARSE_10000(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
311 #define RTC_HISTOGRAM_COUNTS_SPARSE_100000(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
313 #define RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, min, max, bucket_count) \ argument
316 #define RTC_HISTOGRAM_PERCENTAGE_SPARSE(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
318 #define RTC_HISTOGRAM_BOOLEAN_SPARSE(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
320 #define RTC_HISTOGRAM_ENUMERATION_SPARSE(name, sample, boundary) \ argument
323 #define RTC_HISTOGRAM_PERCENTAGE(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
325 #define RTC_HISTOGRAM_BOOLEAN(name, sample) webrtc::metrics_impl::NoOp(name, sample) argument
327 #define RTC_HISTOGRAM_ENUMERATION(name, sample, boundary) \ argument
330 #define RTC_HISTOGRAM_COMMON_BLOCK(constant_name, sample, \ argument
334 #define RTC_HISTOGRAM_COMMON_BLOCK_SLOW(name, sample, factory_get_invocation) \ argument
337 #define RTC_HISTOGRAMS_COUNTS_100(index, name, sample) webrtc::metrics_impl::NoOp(index, name, samp… argument
339 #define RTC_HISTOGRAMS_COUNTS_200(index, name, sample) webrtc::metrics_impl::NoOp(index, name, samp… argument
341 #define RTC_HISTOGRAMS_COUNTS_500(index, name, sample) webrtc::metrics_impl::NoOp(index, name, samp… argument
343 #define RTC_HISTOGRAMS_COUNTS_1000(index, name, sample) \ argument
346 #define RTC_HISTOGRAMS_COUNTS_10000(index, name, sample) \ argument
349 #define RTC_HISTOGRAMS_COUNTS_100000(index, name, sample) \ argument
352 #define RTC_HISTOGRAMS_ENUMERATION(index, name, sample, boundary) \ argument
355 #define RTC_HISTOGRAMS_PERCENTAGE(index, name, sample) webrtc::metrics_impl::NoOp(index, name, samp… argument
357 #define RTC_HISTOGRAMS_COMMON(index, name, sample, macro_invocation) \ argument