Searched refs:StatType (Results 1 – 1 of 1) sorted by relevance
271 struct StatType { struct in Statistics272 StatType() : mCounters() {} in StatType() function276 tbb::concurrent_vector<StatType*> mStatsList;277 static thread_local StatType* mStats;279 StatType& get() { in get()282 s = new StatType; in get()299 StatType summary; in report()319 thread_local Statistics::StatType* Statistics::mStats;