Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
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()
DBenchmarkResult.h56 double PerSnippetValue; member
DBenchmarkResult.cpp228 Io.mapOptional("per_snippet_value", Obj.PerSnippetValue); in mapping()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DBenchmarkResultTest.cpp35 return std::tie(A.Key, A.PerInstructionValue, A.PerSnippetValue) == in operator ==()
36 std::tie(B.Key, B.PerInstructionValue, B.PerSnippetValue); in operator ==()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DBenchmarkResultTest.cpp31 return std::tie(A.Key, A.PerInstructionValue, A.PerSnippetValue) == in operator ==()
32 std::tie(B.Key, B.PerInstructionValue, B.PerSnippetValue); in operator ==()