• Home
  • Raw
  • Download

Lines Matching defs:name

79 #define UMA_HISTOGRAM_ENUMERATION(name, ...)                            \  argument
89 #define UMA_HISTOGRAM_SCALED_ENUMERATION(name, sample, count, scale) \ argument
98 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ argument
115 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, value_max) \ argument
123 #define UMA_HISTOGRAM_PERCENTAGE(name, percent_as_int) \ argument
134 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, value_max, \ argument
160 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
163 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
166 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
169 #define UMA_HISTOGRAM_COUNTS_100000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
172 #define UMA_HISTOGRAM_COUNTS_1M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
175 #define UMA_HISTOGRAM_COUNTS_10M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
187 #define UMA_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
206 #define UMA_HISTOGRAM_TIMES(name, sample) UMA_HISTOGRAM_CUSTOM_TIMES( \ argument
212 #define UMA_HISTOGRAM_MEDIUM_TIMES(name, sample) UMA_HISTOGRAM_CUSTOM_TIMES( \ argument
217 #define UMA_HISTOGRAM_LONG_TIMES(name, sample) UMA_HISTOGRAM_CUSTOM_TIMES( \ argument
222 #define UMA_HISTOGRAM_LONG_TIMES_100(name, sample) UMA_HISTOGRAM_CUSTOM_TIMES( \ argument
233 #define UMA_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
252 #define UMA_HISTOGRAM_CUSTOM_MICROSECONDS_TIMES(name, sample, min, max, \ argument
270 #define SCOPED_UMA_HISTOGRAM_TIMER(name) \ argument
276 #define SCOPED_UMA_HISTOGRAM_LONG_TIMER(name) \ argument
293 #define UMA_HISTOGRAM_MEMORY_KB(name, sample) \ argument
297 #define UMA_HISTOGRAM_MEMORY_LARGE_MB(name, sample) \ argument
311 #define UMA_STABILITY_HISTOGRAM_COUNTS_100(name, sample) \ argument
314 #define UMA_STABILITY_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, \ argument
320 #define UMA_STABILITY_HISTOGRAM_ENUMERATION(name, sample, enum_max) \ argument
363 #define UMA_HISTOGRAM_COUNTS(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
367 #define UMA_HISTOGRAM_MEMORY_MB(name, sample) \ argument
377 #define UMA_HISTOGRAM_CUSTOM_ENUMERATION(name, sample, custom_ranges) \ argument