Lines Matching defs:sample
97 #define UMA_HISTOGRAM_SCALED_ENUMERATION(name, sample, count, scale) \ argument
106 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ argument
128 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, exclusive_max) \ argument
158 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, sample_max, \ argument
184 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
187 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
190 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
193 #define UMA_HISTOGRAM_COUNTS_100000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
196 #define UMA_HISTOGRAM_COUNTS_1M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
199 #define UMA_HISTOGRAM_COUNTS_10M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
209 #define UMA_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, exclusive_max, \ argument
229 #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
502 #define DEPRECATED_UMA_HISTOGRAM_MEDIUM_TIMES(name, sample) \ argument