• Home
  • Raw
  • Download

Lines Matching defs:name

14 void UmaHistogramBoolean(const std::string& name, bool sample) {  in UmaHistogramBoolean()
20 void UmaHistogramExactLinear(const std::string& name, in UmaHistogramExactLinear()
29 void UmaHistogramPercentage(const std::string& name, int percent) { in UmaHistogramPercentage()
33 void UmaHistogramCustomCounts(const std::string& name, in UmaHistogramCustomCounts()
43 void UmaHistogramCounts100(const std::string& name, int sample) { in UmaHistogramCounts100()
47 void UmaHistogramCounts1000(const std::string& name, int sample) { in UmaHistogramCounts1000()
51 void UmaHistogramCounts10000(const std::string& name, int sample) { in UmaHistogramCounts10000()
55 void UmaHistogramCounts100000(const std::string& name, int sample) { in UmaHistogramCounts100000()
59 void UmaHistogramCounts1M(const std::string& name, int sample) { in UmaHistogramCounts1M()
63 void UmaHistogramCounts10M(const std::string& name, int sample) { in UmaHistogramCounts10M()
67 void UmaHistogramCustomTimes(const std::string& name, in UmaHistogramCustomTimes()
77 void UmaHistogramTimes(const std::string& name, TimeDelta sample) { in UmaHistogramTimes()
82 void UmaHistogramMediumTimes(const std::string& name, TimeDelta sample) { in UmaHistogramMediumTimes()
87 void UmaHistogramLongTimes(const std::string& name, TimeDelta sample) { in UmaHistogramLongTimes()
92 void UmaHistogramMemoryKB(const std::string& name, int sample) { in UmaHistogramMemoryKB()
96 void UmaHistogramMemoryMB(const std::string& name, int sample) { in UmaHistogramMemoryMB()
100 void UmaHistogramMemoryLargeMB(const std::string& name, int sample) { in UmaHistogramMemoryLargeMB()
104 void UmaHistogramSparse(const std::string& name, int sample) { in UmaHistogramSparse()