• Home
  • Raw
  • Download

Lines Matching defs:sample

17 void UmaHistogramBoolean(std::string_view name, bool sample) {  in UmaHistogramBoolean()
23 void UmaHistogramBoolean(const std::string& name, bool sample) { in UmaHistogramBoolean()
29 void UmaHistogramBoolean(const char* name, bool sample) { in UmaHistogramBoolean()
36 int sample, in UmaHistogramExactLinear()
45 int sample, in UmaHistogramExactLinear()
53 void UmaHistogramExactLinear(const char* name, int sample, int exclusive_max) { in UmaHistogramExactLinear()
87 int sample, in UmaHistogramCustomCounts()
98 int sample, in UmaHistogramCustomCounts()
109 int sample, in UmaHistogramCustomCounts()
119 void UmaHistogramCounts100(std::string_view name, int sample) { in UmaHistogramCounts100()
123 void UmaHistogramCounts100(const std::string& name, int sample) { in UmaHistogramCounts100()
127 void UmaHistogramCounts100(const char* name, int sample) { in UmaHistogramCounts100()
131 void UmaHistogramCounts1000(std::string_view name, int sample) { in UmaHistogramCounts1000()
135 void UmaHistogramCounts1000(const std::string& name, int sample) { in UmaHistogramCounts1000()
139 void UmaHistogramCounts1000(const char* name, int sample) { in UmaHistogramCounts1000()
143 void UmaHistogramCounts10000(std::string_view name, int sample) { in UmaHistogramCounts10000()
147 void UmaHistogramCounts10000(const std::string& name, int sample) { in UmaHistogramCounts10000()
151 void UmaHistogramCounts10000(const char* name, int sample) { in UmaHistogramCounts10000()
155 void UmaHistogramCounts100000(std::string_view name, int sample) { in UmaHistogramCounts100000()
159 void UmaHistogramCounts100000(const std::string& name, int sample) { in UmaHistogramCounts100000()
163 void UmaHistogramCounts100000(const char* name, int sample) { in UmaHistogramCounts100000()
167 void UmaHistogramCounts1M(std::string_view name, int sample) { in UmaHistogramCounts1M()
171 void UmaHistogramCounts1M(const std::string& name, int sample) { in UmaHistogramCounts1M()
175 void UmaHistogramCounts1M(const char* name, int sample) { in UmaHistogramCounts1M()
179 void UmaHistogramCounts10M(std::string_view name, int sample) { in UmaHistogramCounts10M()
183 void UmaHistogramCounts10M(const std::string& name, int sample) { in UmaHistogramCounts10M()
187 void UmaHistogramCounts10M(const char* name, int sample) { in UmaHistogramCounts10M()
192 TimeDelta sample, in UmaHistogramCustomTimes()
202 TimeDelta sample, in UmaHistogramCustomTimes()
212 TimeDelta sample, in UmaHistogramCustomTimes()
221 void UmaHistogramTimes(std::string_view name, TimeDelta sample) { in UmaHistogramTimes()
225 void UmaHistogramTimes(const std::string& name, TimeDelta sample) { in UmaHistogramTimes()
229 void UmaHistogramTimes(const char* name, TimeDelta sample) { in UmaHistogramTimes()
233 void UmaHistogramMediumTimes(std::string_view name, TimeDelta sample) { in UmaHistogramMediumTimes()
237 void UmaHistogramMediumTimes(const std::string& name, TimeDelta sample) { in UmaHistogramMediumTimes()
241 void UmaHistogramMediumTimes(const char* name, TimeDelta sample) { in UmaHistogramMediumTimes()
245 void UmaHistogramLongTimes(std::string_view name, TimeDelta sample) { in UmaHistogramLongTimes()
249 void UmaHistogramLongTimes(const std::string& name, TimeDelta sample) { in UmaHistogramLongTimes()
253 void UmaHistogramLongTimes(const char* name, TimeDelta sample) { in UmaHistogramLongTimes()
257 void UmaHistogramLongTimes100(std::string_view name, TimeDelta sample) { in UmaHistogramLongTimes100()
261 void UmaHistogramLongTimes100(const std::string& name, TimeDelta sample) { in UmaHistogramLongTimes100()
265 void UmaHistogramLongTimes100(const char* name, TimeDelta sample) { in UmaHistogramLongTimes100()
270 TimeDelta sample, in UmaHistogramCustomMicrosecondsTimes()
280 TimeDelta sample, in UmaHistogramCustomMicrosecondsTimes()
290 TimeDelta sample, in UmaHistogramCustomMicrosecondsTimes()
299 void UmaHistogramMicrosecondsTimes(std::string_view name, TimeDelta sample) { in UmaHistogramMicrosecondsTimes()
304 void UmaHistogramMicrosecondsTimes(const std::string& name, TimeDelta sample) { in UmaHistogramMicrosecondsTimes()
309 void UmaHistogramMicrosecondsTimes(const char* name, TimeDelta sample) { in UmaHistogramMicrosecondsTimes()
314 void UmaHistogramMemoryKB(std::string_view name, int sample) { in UmaHistogramMemoryKB()
318 void UmaHistogramMemoryKB(const std::string& name, int sample) { in UmaHistogramMemoryKB()
322 void UmaHistogramMemoryKB(const char* name, int sample) { in UmaHistogramMemoryKB()
326 void UmaHistogramMemoryMB(std::string_view name, int sample) { in UmaHistogramMemoryMB()
330 void UmaHistogramMemoryMB(const std::string& name, int sample) { in UmaHistogramMemoryMB()
334 void UmaHistogramMemoryMB(const char* name, int sample) { in UmaHistogramMemoryMB()
338 void UmaHistogramMemoryLargeMB(std::string_view name, int sample) { in UmaHistogramMemoryLargeMB()
342 void UmaHistogramMemoryLargeMB(const std::string& name, int sample) { in UmaHistogramMemoryLargeMB()
346 void UmaHistogramMemoryLargeMB(const char* name, int sample) { in UmaHistogramMemoryLargeMB()
350 void UmaHistogramSparse(std::string_view name, int sample) { in UmaHistogramSparse()
356 void UmaHistogramSparse(const std::string& name, int sample) { in UmaHistogramSparse()
362 void UmaHistogramSparse(const char* name, int sample) { in UmaHistogramSparse()