reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-exegesis/lib/BenchmarkResult.cpp
  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.cpp
   31   return std::tie(A.Key, A.PerInstructionValue, A.PerSnippetValue) ==
   32          std::tie(B.Key, B.PerInstructionValue, B.PerSnippetValue);