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

Declarations

tools/llvm-exegesis/lib/BenchmarkResult.h
   98   void push(const BenchmarkMeasure &BM);

References

tools/llvm-exegesis/lib/Clustering.cpp
  351     std::get<0>(I).push(std::get<1>(I));
unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp
  129   Stats.push(BenchmarkMeasure{"a", 0.5, 0.0});
  130   Stats.push(BenchmarkMeasure{"a", 1.5, 0.0});
  131   Stats.push(BenchmarkMeasure{"a", -1.0, 0.0});
  132   Stats.push(BenchmarkMeasure{"a", 0.0, 0.0});