Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DUopsBenchmarkRunner.cpp28 auto ExpectedCounterValue = Executor.runAndMeasure(IssueCounter->Counter); in runMeasurements() local
29 if (!ExpectedCounterValue) in runMeasurements()
30 return ExpectedCounterValue.takeError(); in runMeasurements()
32 *ExpectedCounterValue)); in runMeasurements()
36 auto ExpectedCounterValue = Executor.runAndMeasure(UopsCounter); in runMeasurements() local
37 if (!ExpectedCounterValue) in runMeasurements()
38 return ExpectedCounterValue.takeError(); in runMeasurements()
40 BenchmarkMeasure::Create("NumMicroOps", *ExpectedCounterValue)); in runMeasurements()