Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp206 Io.mapOptional("per_snippet_value", Obj.PerSnippetValue); in mapping()
408 return std::tie(A.Key, A.PerInstructionValue, A.PerSnippetValue) == in operator ==()
409 std::tie(B.Key, B.PerInstructionValue, B.PerSnippetValue); in operator ==()
H A DBenchmarkResult.h67 double PerSnippetValue; member
H A DBenchmarkRunner.cpp235 BM.PerSnippetValue *= in runConfiguration()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp409 Measurement.PerSnippetValue = std::min( in runBenchmarkConfigurations()
410 Measurement.PerSnippetValue, NewMeasurement.PerSnippetValue); in runBenchmarkConfigurations()