Lines Matching defs:sample
96 #define UMA_HISTOGRAM_SCALED_ENUMERATION(name, sample, count, scale) \ argument
105 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ argument
127 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, exclusive_max) \ argument
157 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, sample_max, \ argument
183 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
186 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
189 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
192 #define UMA_HISTOGRAM_COUNTS_100000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
195 #define UMA_HISTOGRAM_COUNTS_1M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
198 #define UMA_HISTOGRAM_COUNTS_10M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
208 #define UMA_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, exclusive_max, \ argument
228 #define UMA_HISTOGRAM_TIMES(name, sample) \ argument
234 #define UMA_HISTOGRAM_MEDIUM_TIMES(name, sample) \ argument
239 #define UMA_HISTOGRAM_LONG_TIMES(name, sample) \ argument
244 #define UMA_HISTOGRAM_LONG_TIMES_100(name, sample) \ argument
255 #define UMA_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
274 #define UMA_HISTOGRAM_CUSTOM_MICROSECONDS_TIMES(name, sample, min, max, \ argument
328 #define UMA_HISTOGRAM_MEMORY_KB(name, sample) \ argument
333 #define UMA_HISTOGRAM_MEMORY_MEDIUM_MB(name, sample) \ argument
337 #define UMA_HISTOGRAM_MEMORY_LARGE_MB(name, sample) \ argument
351 #define UMA_STABILITY_HISTOGRAM_BOOLEAN(name, sample) \ argument
357 #define UMA_STABILITY_HISTOGRAM_COUNTS_100(name, sample) \ argument
360 #define UMA_STABILITY_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, \ argument
372 #define UMA_STABILITY_HISTOGRAM_LONG_TIMES(name, sample) \ argument
397 #define UMA_HISTOGRAM_SPARSE(name, sample) \ argument
440 #define UMA_HISTOGRAM_COUNTS(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
444 #define UMA_HISTOGRAM_MEMORY_MB(name, sample) \ argument
454 #define UMA_HISTOGRAM_CUSTOM_ENUMERATION(name, sample, custom_ranges) \ argument