Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.cpp245 BenchmarkMeasure &NewMeasurement = std::get<1>(I); in runConfiguration() local
246 assert(Measurement.Key == NewMeasurement.Key && in runConfiguration()
250 Measurement.PerInstructionValue, NewMeasurement.PerInstructionValue); in runConfiguration()
252 std::min(Measurement.PerSnippetValue, NewMeasurement.PerSnippetValue); in runConfiguration()