Home
last modified time | relevance | path

Searched refs:CounterNames (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DDebugCounter.cpp133 SmallVector<StringRef, 16> CounterNames(RegisteredCounters.begin(), in print() local
135 sort(CounterNames); in print()
139 for (auto &CounterName : CounterNames) { in print()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp71 SmallVector<StringRef, 2> CounterNames; in runAndSample() local
72 StringRef(Counters).split(CounterNames, '+'); in runAndSample()
75 for (auto &CounterName : CounterNames) { in runAndSample()