Searched refs:PerSnippetValue (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | BenchmarkRunner.cpp | 230 BM.PerSnippetValue *= static_cast<double>(Instructions.size()) / in runConfiguration() 251 Measurement.PerSnippetValue = in runConfiguration() 252 std::min(Measurement.PerSnippetValue, NewMeasurement.PerSnippetValue); in runConfiguration()
|
D | BenchmarkResult.h | 56 double PerSnippetValue; member
|
D | BenchmarkResult.cpp | 228 Io.mapOptional("per_snippet_value", Obj.PerSnippetValue); in mapping()
|
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/ |
D | BenchmarkResultTest.cpp | 35 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/ |
D | BenchmarkResultTest.cpp | 31 return std::tie(A.Key, A.PerInstructionValue, A.PerSnippetValue) == in operator ==() 32 std::tie(B.Key, B.PerInstructionValue, B.PerSnippetValue); in operator ==()
|