Lines Matching defs:name
122 #define LOCAL_HISTOGRAM_TIMES(name, sample) LOCAL_HISTOGRAM_CUSTOM_TIMES( \ argument
128 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
133 #define LOCAL_HISTOGRAM_COUNTS(name, sample) LOCAL_HISTOGRAM_CUSTOM_COUNTS( \ argument
136 #define LOCAL_HISTOGRAM_COUNTS_100(name, sample) \ argument
139 #define LOCAL_HISTOGRAM_COUNTS_10000(name, sample) \ argument
142 #define LOCAL_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
148 #define HISTOGRAM_ENUMERATION_WITH_FLAG(name, sample, boundary, flag) \ argument
153 #define LOCAL_HISTOGRAM_PERCENTAGE(name, under_one_hundred) \ argument
156 #define LOCAL_HISTOGRAM_BOOLEAN(name, sample) \ argument
166 #define LOCAL_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ argument
176 #define LOCAL_HISTOGRAM_CUSTOM_ENUMERATION(name, sample, custom_ranges) \ argument
181 #define LOCAL_HISTOGRAM_MEMORY_KB(name, sample) LOCAL_HISTOGRAM_CUSTOM_COUNTS( \ argument
190 #define UMA_HISTOGRAM_TIMES(name, sample) UMA_HISTOGRAM_CUSTOM_TIMES( \ argument
194 #define UMA_HISTOGRAM_MEDIUM_TIMES(name, sample) UMA_HISTOGRAM_CUSTOM_TIMES( \ argument
199 #define UMA_HISTOGRAM_LONG_TIMES(name, sample) UMA_HISTOGRAM_CUSTOM_TIMES( \ argument
205 #define UMA_HISTOGRAM_LONG_TIMES_100(name, sample) UMA_HISTOGRAM_CUSTOM_TIMES( \ argument
209 #define UMA_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
214 #define UMA_HISTOGRAM_COUNTS(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
217 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
220 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
223 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
226 #define UMA_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
231 #define UMA_HISTOGRAM_MEMORY_KB(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
234 #define UMA_HISTOGRAM_MEMORY_MB(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
237 #define UMA_HISTOGRAM_MEMORY_LARGE_MB(name, sample) \ argument
240 #define UMA_HISTOGRAM_PERCENTAGE(name, under_one_hundred) \ argument
243 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ argument
250 #define UMA_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ argument
257 #define UMA_STABILITY_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ argument
261 #define UMA_HISTOGRAM_CUSTOM_ENUMERATION(name, sample, custom_ranges) \ argument
269 #define SCOPED_UMA_HISTOGRAM_TIMER(name) \ argument
275 #define SCOPED_UMA_HISTOGRAM_LONG_TIMER(name) \ argument
279 #define SCOPED_UMA_HISTOGRAM_TIMER_EXPANDER(name, is_long, key) \ argument
282 #define SCOPED_UMA_HISTOGRAM_TIMER_UNIQUE(name, is_long, key) \ argument