Lines Matching defs:sample
14 void UmaHistogramBoolean(const std::string& name, bool sample) { in UmaHistogramBoolean()
20 void UmaHistogramBoolean(const char* name, bool sample) { in UmaHistogramBoolean()
27 int sample, in UmaHistogramExactLinear()
35 void UmaHistogramExactLinear(const char* name, int sample, int exclusive_max) { in UmaHistogramExactLinear()
60 int sample, in UmaHistogramCustomCounts()
71 int sample, in UmaHistogramCustomCounts()
81 void UmaHistogramCounts100(const std::string& name, int sample) { in UmaHistogramCounts100()
85 void UmaHistogramCounts100(const char* name, int sample) { in UmaHistogramCounts100()
89 void UmaHistogramCounts1000(const std::string& name, int sample) { in UmaHistogramCounts1000()
93 void UmaHistogramCounts1000(const char* name, int sample) { in UmaHistogramCounts1000()
97 void UmaHistogramCounts10000(const std::string& name, int sample) { in UmaHistogramCounts10000()
101 void UmaHistogramCounts10000(const char* name, int sample) { in UmaHistogramCounts10000()
105 void UmaHistogramCounts100000(const std::string& name, int sample) { in UmaHistogramCounts100000()
109 void UmaHistogramCounts100000(const char* name, int sample) { in UmaHistogramCounts100000()
113 void UmaHistogramCounts1M(const std::string& name, int sample) { in UmaHistogramCounts1M()
117 void UmaHistogramCounts1M(const char* name, int sample) { in UmaHistogramCounts1M()
121 void UmaHistogramCounts10M(const std::string& name, int sample) { in UmaHistogramCounts10M()
125 void UmaHistogramCounts10M(const char* name, int sample) { in UmaHistogramCounts10M()
130 TimeDelta sample, in UmaHistogramCustomTimes()
140 TimeDelta sample, in UmaHistogramCustomTimes()
149 void UmaHistogramTimes(const std::string& name, TimeDelta sample) { in UmaHistogramTimes()
153 void UmaHistogramTimes(const char* name, TimeDelta sample) { in UmaHistogramTimes()
157 void UmaHistogramMediumTimes(const std::string& name, TimeDelta sample) { in UmaHistogramMediumTimes()
161 void UmaHistogramMediumTimes(const char* name, TimeDelta sample) { in UmaHistogramMediumTimes()
165 void UmaHistogramLongTimes(const std::string& name, TimeDelta sample) { in UmaHistogramLongTimes()
169 void UmaHistogramLongTimes(const char* name, TimeDelta sample) { in UmaHistogramLongTimes()
173 void UmaHistogramLongTimes100(const std::string& name, TimeDelta sample) { in UmaHistogramLongTimes100()
177 void UmaHistogramLongTimes100(const char* name, TimeDelta sample) { in UmaHistogramLongTimes100()
182 TimeDelta sample, in UmaHistogramCustomMicrosecondsTimes()
192 TimeDelta sample, in UmaHistogramCustomMicrosecondsTimes()
201 void UmaHistogramMicrosecondsTimes(const std::string& name, TimeDelta sample) { in UmaHistogramMicrosecondsTimes()
206 void UmaHistogramMicrosecondsTimes(const char* name, TimeDelta sample) { in UmaHistogramMicrosecondsTimes()
211 void UmaHistogramMemoryKB(const std::string& name, int sample) { in UmaHistogramMemoryKB()
215 void UmaHistogramMemoryKB(const char* name, int sample) { in UmaHistogramMemoryKB()
219 void UmaHistogramMemoryMB(const std::string& name, int sample) { in UmaHistogramMemoryMB()
223 void UmaHistogramMemoryMB(const char* name, int sample) { in UmaHistogramMemoryMB()
227 void UmaHistogramMemoryLargeMB(const std::string& name, int sample) { in UmaHistogramMemoryLargeMB()
231 void UmaHistogramMemoryLargeMB(const char* name, int sample) { in UmaHistogramMemoryLargeMB()
235 void UmaHistogramSparse(const std::string& name, int sample) { in UmaHistogramSparse()
241 void UmaHistogramSparse(const char* name, int sample) { in UmaHistogramSparse()