Searched defs:Counters (Results 1 – 8 of 8) sorted by relevance
20 struct Counters(Arc<RwLock<HashMap<String, AtomicUsize>>>); struct105 impl Counters { implementation
682 ### Counter Reporting
46 Counters, enumerator
175 DenseMap<unsigned, CounterInfo> Counters; variable
108 alignas(8) uint8_t Counters[kNumCounters]; variable
637 GlobalVariable *Counters = getOrCreateRegionCounters(Inc); in lowerIncrement() local
805 GlobalVariable *Counters = in emitProfileArcs() local
2059 const struct gl_perf_monitor_counter *Counters; member