Searched defs:StatCollection (Results 1 – 1 of 1) sorted by relevance
32 struct StatCollection { struct33 struct Stat {45 using KindAndStat = std::pair<uint32_t, Stat>;47 void update(uint32_t Kind, uint32_t RecordSize) { in update()53 Stat Totals;54 DenseMap<uint32_t, Stat> Individual;