reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
228 Io.mapOptional("per_snippet_value", Obj.PerSnippetValue);
tools/llvm-exegesis/lib/BenchmarkRunner.cpp 150 BM.PerSnippetValue *= static_cast<double>(Instructions.size()) /
unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp31 return std::tie(A.Key, A.PerInstructionValue, A.PerSnippetValue) == 32 std::tie(B.Key, B.PerInstructionValue, B.PerSnippetValue);