Searched defs:StatCollection (Results 1 – 1 of 1) sorted by relevance
33 struct StatCollection { struct34 struct Stat {46 using KindAndStat = std::pair<uint32_t, Stat>;48 void update(uint32_t Kind, uint32_t RecordSize) { in update()54 Stat Totals;55 DenseMap<uint32_t, Stat> Individual;