Lines Matching refs:sample

104 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \  argument
105 RTC_HISTOGRAM_COUNTS(name, sample, 1, 100, 50)
107 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument
108 RTC_HISTOGRAM_COUNTS(name, sample, 1, 200, 50)
110 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \ argument
111 RTC_HISTOGRAM_COUNTS(name, sample, 1, 500, 50)
113 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument
114 RTC_HISTOGRAM_COUNTS(name, sample, 1, 1000, 50)
116 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument
117 RTC_HISTOGRAM_COUNTS(name, sample, 1, 10000, 50)
119 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument
120 RTC_HISTOGRAM_COUNTS(name, sample, 1, 100000, 50)
122 #define RTC_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count) \ argument
123 RTC_HISTOGRAM_COMMON_BLOCK(name, sample, \
127 #define RTC_HISTOGRAM_COUNTS_LINEAR(name, sample, min, max, bucket_count) \ argument
128 RTC_HISTOGRAM_COMMON_BLOCK(name, sample, \
134 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument
135 RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, 1, 100, 50)
137 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) \ argument
138 RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, 1, 200, 50)
140 #define RTC_HISTOGRAM_COUNTS_SPARSE_500(name, sample) \ argument
141 RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, 1, 500, 50)
143 #define RTC_HISTOGRAM_COUNTS_SPARSE_1000(name, sample) \ argument
144 RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, 1, 1000, 50)
146 #define RTC_HISTOGRAM_COUNTS_SPARSE_10000(name, sample) \ argument
147 RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, 1, 10000, 50)
149 #define RTC_HISTOGRAM_COUNTS_SPARSE_100000(name, sample) \ argument
150 RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, 1, 100000, 50)
152 #define RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, min, max, bucket_count) \ argument
153 RTC_HISTOGRAM_COMMON_BLOCK_SLOW(name, sample, \
158 #define RTC_HISTOGRAM_PERCENTAGE_SPARSE(name, sample) \ argument
159 RTC_HISTOGRAM_ENUMERATION_SPARSE(name, sample, 101)
162 #define RTC_HISTOGRAM_BOOLEAN_SPARSE(name, sample) \ argument
163 RTC_HISTOGRAM_ENUMERATION_SPARSE(name, sample, 2)
170 #define RTC_HISTOGRAM_ENUMERATION_SPARSE(name, sample, boundary) \ argument
172 name, sample, \
176 #define RTC_HISTOGRAM_PERCENTAGE(name, sample) \ argument
177 RTC_HISTOGRAM_ENUMERATION(name, sample, 101)
180 #define RTC_HISTOGRAM_BOOLEAN(name, sample) \ argument
181 RTC_HISTOGRAM_ENUMERATION(name, sample, 2)
185 #define RTC_HISTOGRAM_ENUMERATION(name, sample, boundary) \ argument
187 name, sample, \
192 #define RTC_HISTOGRAM_COMMON_BLOCK(constant_name, sample, \ argument
209 webrtc::metrics::HistogramAdd(histogram_pointer, sample); \
215 #define RTC_HISTOGRAM_COMMON_BLOCK_SLOW(name, sample, factory_get_invocation) \ argument
219 webrtc::metrics::HistogramAdd(histogram_pointer, sample); \
228 #define RTC_HISTOGRAMS_COUNTS_100(index, name, sample) \ argument
229 RTC_HISTOGRAMS_COMMON(index, name, sample, \
230 RTC_HISTOGRAM_COUNTS(name, sample, 1, 100, 50))
232 #define RTC_HISTOGRAMS_COUNTS_200(index, name, sample) \ argument
233 RTC_HISTOGRAMS_COMMON(index, name, sample, \
234 RTC_HISTOGRAM_COUNTS(name, sample, 1, 200, 50))
236 #define RTC_HISTOGRAMS_COUNTS_500(index, name, sample) \ argument
237 RTC_HISTOGRAMS_COMMON(index, name, sample, \
238 RTC_HISTOGRAM_COUNTS(name, sample, 1, 500, 50))
240 #define RTC_HISTOGRAMS_COUNTS_1000(index, name, sample) \ argument
241 RTC_HISTOGRAMS_COMMON(index, name, sample, \
242 RTC_HISTOGRAM_COUNTS(name, sample, 1, 1000, 50))
244 #define RTC_HISTOGRAMS_COUNTS_10000(index, name, sample) \ argument
245 RTC_HISTOGRAMS_COMMON(index, name, sample, \
246 RTC_HISTOGRAM_COUNTS(name, sample, 1, 10000, 50))
248 #define RTC_HISTOGRAMS_COUNTS_100000(index, name, sample) \ argument
249 RTC_HISTOGRAMS_COMMON(index, name, sample, \
250 RTC_HISTOGRAM_COUNTS(name, sample, 1, 100000, 50))
252 #define RTC_HISTOGRAMS_ENUMERATION(index, name, sample, boundary) \ argument
253 RTC_HISTOGRAMS_COMMON(index, name, sample, \
254 RTC_HISTOGRAM_ENUMERATION(name, sample, boundary))
256 #define RTC_HISTOGRAMS_PERCENTAGE(index, name, sample) \ argument
257 RTC_HISTOGRAMS_COMMON(index, name, sample, \
258 RTC_HISTOGRAM_PERCENTAGE(name, sample))
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
296 webrtc::metrics_impl::NoOp(name, sample, min, max, bucket_count)
298 #define RTC_HISTOGRAM_COUNTS_LINEAR(name, sample, min, max, bucket_count) \ argument
299 webrtc::metrics_impl::NoOp(name, sample, min, max, bucket_count)
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
314 webrtc::metrics_impl::NoOp(name, sample, min, max, bucket_count)
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
321 webrtc::metrics_impl::NoOp(name, sample, boundary)
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
328 webrtc::metrics_impl::NoOp(name, sample, boundary)
330 #define RTC_HISTOGRAM_COMMON_BLOCK(constant_name, sample, \ argument
332 webrtc::metrics_impl::NoOp(constant_name, sample, factory_get_invocation)
334 #define RTC_HISTOGRAM_COMMON_BLOCK_SLOW(name, sample, factory_get_invocation) \ argument
335 webrtc::metrics_impl::NoOp(name, sample, factory_get_invocation)
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
344 webrtc::metrics_impl::NoOp(index, name, sample)
346 #define RTC_HISTOGRAMS_COUNTS_10000(index, name, sample) \ argument
347 webrtc::metrics_impl::NoOp(index, name, sample)
349 #define RTC_HISTOGRAMS_COUNTS_100000(index, name, sample) \ argument
350 webrtc::metrics_impl::NoOp(index, name, sample)
352 #define RTC_HISTOGRAMS_ENUMERATION(index, name, sample, boundary) \ argument
353 webrtc::metrics_impl::NoOp(index, name, sample, boundary)
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
358 webrtc::metrics_impl::NoOp(index, name, sample, macro_invocation)
396 void HistogramAdd(Histogram* histogram_pointer, int sample);
423 int NumEvents(const std::string& name, int sample);