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

References

tools/llvm-exegesis/lib/Analysis.cpp
  299   OS << "<table class=\"sched-class-clusters\">";
  300   OS << "<tr><th>ClusterId</th><th>Opcode/Config</th>";
  304     OS << "<th>";
  305     writeEscaped<kEscapeHtml>(OS, Measurement.Key);
  306     OS << "</th>";
  308   OS << "</tr>";
  310     OS << "<tr class=\""
  316     writeClusterId<kEscapeHtml>(OS, Cluster.id());
  317     OS << "</td><td><ul>";
  319       printPointHtml(Points[PointId], OS);
  321     OS << "</ul></td>";
  323       OS << "<td class=\"measurement\">";
  324       writeMeasurementValue<kEscapeHtml>(OS, Stats.avg());
  325       OS << "<br><span class=\"minmax\">[";
  326       writeMeasurementValue<kEscapeHtml>(OS, Stats.min());
  327       OS << ";";
  328       writeMeasurementValue<kEscapeHtml>(OS, Stats.max());
  329       OS << "]</span></td>";
  331     OS << "</tr>";
  333   OS << "</table>";