Lines Matching refs:Stats
51 std::vector<const Statistic*> Stats; member in __anon2b4521dc0111::StatisticInfo
58 Stats.push_back(S); in addStatistic()
113 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local
117 for (size_t i = 0, e = Stats.Stats.size(); i != e; ++i) { in PrintStatistics()
119 (unsigned)utostr(Stats.Stats[i]->getValue()).size()); in PrintStatistics()
121 (unsigned)std::strlen(Stats.Stats[i]->getName())); in PrintStatistics()
125 std::stable_sort(Stats.Stats.begin(), Stats.Stats.end(), NameCompare()); in PrintStatistics()
133 for (size_t i = 0, e = Stats.Stats.size(); i != e; ++i) in PrintStatistics()
135 MaxValLen, Stats.Stats[i]->getValue(), in PrintStatistics()
136 MaxNameLen, Stats.Stats[i]->getName(), in PrintStatistics()
137 Stats.Stats[i]->getDesc()); in PrintStatistics()
145 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local
148 if (Stats.Stats.empty()) return; in PrintStatistics()