reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
310 OS << "===" << std::string(73, '-') << "===\n"; 314 OS.indent(Padding) << Description << '\n'; 315 OS << "===" << std::string(73, '-') << "===\n"; 321 OS << format(" Total Execution Time: %5.4f seconds (%5.4f wall clock)\n", 323 OS << '\n'; 326 OS << " ---User Time---"; 328 OS << " --System Time--"; 330 OS << " --User+System--"; 331 OS << " ---Wall Time---"; 333 OS << " ---Mem---"; 334 OS << " --- Name ---\n"; 339 Record.Time.print(Total, OS); 340 OS << Record.Description << '\n'; 343 Total.print(Total, OS); 344 OS << "Total\n\n"; 345 OS.flush();