Searched defs:StatCollection (Results 1 – 1 of 1) sorted by relevance
30 struct StatCollection { struct31 struct Stat {43 using KindAndStat = std::pair<uint32_t, Stat>;45 void update(uint32_t Kind, uint32_t RecordSize) { in update()51 Stat Totals;52 DenseMap<uint32_t, Stat> Individual;