Home
last modified time | relevance | path

Searched defs:Counters (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/tracing/examples/examples/
Dcounters.rs20 struct Counters(Arc<RwLock<HashMap<String, AtomicUsize>>>); struct
105 impl Counters { implementation
/third_party/benchmark/docs/
Duser_guide.md682 ### Counter Reporting
/third_party/mesa3d/src/tool/pps/
Dpps_config.cc46 Counters, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebugCounter.h175 DenseMap<unsigned, CounterInfo> Counters; variable
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerTracePC.h108 alignas(8) uint8_t Counters[kNumCounters]; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp637 GlobalVariable *Counters = getOrCreateRegionCounters(Inc); in lowerIncrement() local
DGCOVProfiling.cpp805 GlobalVariable *Counters = in emitProfileArcs() local
/third_party/mesa3d/src/mesa/main/
Dmtypes.h2059 const struct gl_perf_monitor_counter *Counters; member