Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp77 auto CounterOrError = ET.createCounter(CounterName, State); in runAndSample() local
79 if (!CounterOrError) in runAndSample()
80 return CounterOrError.takeError(); in runAndSample()
82 pfm::Counter *Counter = CounterOrError.get().get(); in runAndSample()