Print the current time record to OS, with a breakdown showing contributions to the Total time record.
Synopsis
Declared in <llvm/Support/Timer.h>
void
print(
TimeRecord const& Total,
raw_ostream& OS) const;
Parameters
Name |
Description |
Total |
The aggregate time record used for percentage breakdowns. |
OS |
The stream to print to. |
Created with MrDocs