Searched defs:StatCollection (Results 1 – 1 of 1) sorted by relevance
39 struct StatCollection { struct40 struct Stat {52 using KindAndStat = std::pair<uint32_t, Stat>;54 void update(uint32_t Kind, uint32_t RecordSize) { in update()60 Stat Totals;61 DenseMap<uint32_t, Stat> Individual;