Lines Matching defs:name

93 #define LOCAL_HISTOGRAM_TIMES(name, sample) LOCAL_HISTOGRAM_CUSTOM_TIMES( \  argument
99 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
104 #define LOCAL_HISTOGRAM_COUNTS(name, sample) LOCAL_HISTOGRAM_CUSTOM_COUNTS( \ argument
107 #define LOCAL_HISTOGRAM_COUNTS_100(name, sample) \ argument
110 #define LOCAL_HISTOGRAM_COUNTS_10000(name, sample) \ argument
113 #define LOCAL_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
119 #define HISTOGRAM_ENUMERATION_WITH_FLAG(name, sample, boundary, flag) \ argument
124 #define LOCAL_HISTOGRAM_PERCENTAGE(name, under_one_hundred) \ argument
127 #define LOCAL_HISTOGRAM_BOOLEAN(name, sample) \ argument
137 #define LOCAL_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ argument
147 #define LOCAL_HISTOGRAM_CUSTOM_ENUMERATION(name, sample, custom_ranges) \ argument
152 #define LOCAL_HISTOGRAM_MEMORY_KB(name, sample) LOCAL_HISTOGRAM_CUSTOM_COUNTS( \ argument
161 #define UMA_HISTOGRAM_TIMES(name, sample) UMA_HISTOGRAM_CUSTOM_TIMES( \ argument
165 #define UMA_HISTOGRAM_MEDIUM_TIMES(name, sample) UMA_HISTOGRAM_CUSTOM_TIMES( \ argument
170 #define UMA_HISTOGRAM_LONG_TIMES(name, sample) UMA_HISTOGRAM_CUSTOM_TIMES( \ argument
176 #define UMA_HISTOGRAM_LONG_TIMES_100(name, sample) UMA_HISTOGRAM_CUSTOM_TIMES( \ argument
180 #define UMA_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
185 #define UMA_HISTOGRAM_COUNTS(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
188 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
191 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
194 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
197 #define UMA_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
202 #define UMA_HISTOGRAM_MEMORY_KB(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
205 #define UMA_HISTOGRAM_MEMORY_MB(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument
208 #define UMA_HISTOGRAM_MEMORY_LARGE_MB(name, sample) \ argument
211 #define UMA_HISTOGRAM_PERCENTAGE(name, under_one_hundred) \ argument
214 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ argument
221 #define UMA_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ argument
228 #define UMA_STABILITY_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ argument
232 #define UMA_HISTOGRAM_CUSTOM_ENUMERATION(name, sample, custom_ranges) \ argument
240 #define SCOPED_UMA_HISTOGRAM_TIMER(name) \ argument
246 #define SCOPED_UMA_HISTOGRAM_LONG_TIMER(name) \ argument
250 #define SCOPED_UMA_HISTOGRAM_TIMER_EXPANDER(name, is_long, key) \ argument
253 #define SCOPED_UMA_HISTOGRAM_TIMER_UNIQUE(name, is_long, key) \ argument