Home
last modified time | relevance | path

Searched defs:num_counters (Results 1 – 4 of 4) sorted by relevance

/llvm-project/third-party/benchmark/src/
H A Dperf_counters.h132 size_t num_counters() const { return counter_names_.size(); } in num_counters() function
153 size_t num_counters() const { return counters_.num_counters(); } in num_counters() function
/llvm-project/clang/test/CodeGen/
H A Dattr-counted-by-debug-info.c11 int num_counters; member
/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c395 void llvm_gcda_emit_arcs(uint32_t num_counters, uint64_t *counters) { in llvm_gcda_emit_arcs() argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h410 PackedCounterArray(u64 num_counters,u64 max_value,MemoryMapper * mapper) PackedCounterArray() argument