Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp230 BM.PerSnippetValue *= static_cast<double>(Instructions.size()) / in runConfiguration()
251 Measurement.PerSnippetValue = in runConfiguration()
252 std::min(Measurement.PerSnippetValue, NewMeasurement.PerSnippetValue); in runConfiguration()
H A DBenchmarkResult.cpp228 Io.mapOptional("per_snippet_value", Obj.PerSnippetValue); in mapping()
427 return std::tie(A.Key, A.PerInstructionValue, A.PerSnippetValue) == in operator ==()
428 std::tie(B.Key, B.PerInstructionValue, B.PerSnippetValue); in operator ==()
H A DBenchmarkResult.h56 double PerSnippetValue; member