Lines Matching refs:Stats
54 std::vector<const Statistic*> Stats; member in __anon928f32f30111::StatisticInfo
65 Stats.push_back(S); in addStatistic()
106 std::stable_sort(Stats.begin(), Stats.end(), in sort()
119 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local
123 for (size_t i = 0, e = Stats.Stats.size(); i != e; ++i) { in PrintStatistics()
125 (unsigned)utostr(Stats.Stats[i]->getValue()).size()); in PrintStatistics()
127 (unsigned)std::strlen(Stats.Stats[i]->getDebugType())); in PrintStatistics()
130 Stats.sort(); in PrintStatistics()
138 for (size_t i = 0, e = Stats.Stats.size(); i != e; ++i) in PrintStatistics()
140 MaxValLen, Stats.Stats[i]->getValue(), in PrintStatistics()
141 MaxDebugTypeLen, Stats.Stats[i]->getDebugType(), in PrintStatistics()
142 Stats.Stats[i]->getDesc()); in PrintStatistics()
160 StatisticInfo &Stats = *StatInfo; in PrintStatisticsJSON() local
162 Stats.sort(); in PrintStatisticsJSON()
167 for (const Statistic *Stat : Stats.Stats) { in PrintStatisticsJSON()
182 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local
185 if (Stats.Stats.empty()) return; in PrintStatistics()