Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp228 BM.PerSnippetValue *= static_cast<double>(Instructions.size()) / in runConfiguration()
249 Measurement.PerSnippetValue = in runConfiguration()
250 std::min(Measurement.PerSnippetValue, NewMeasurement.PerSnippetValue); in runConfiguration()
H A DBenchmarkResult.h56 double PerSnippetValue; member
H A DBenchmarkResult.cpp228 Io.mapOptional("per_snippet_value", Obj.PerSnippetValue); in mapping()