ARTS
2.4.0(git:4fb77825)
|
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const Timings &timings) |
Print timing results. More... | |
std::ostream& operator<< | ( | std::ostream & | os, |
const Timings & | timings | ||
) |
Print timing results.
Prints the timing results to the given output stream.
os | The output stream to write the timin results to. |
timer | The Timings object. |
Definition at line 18 of file timings.cc.
References Timings::names, Timings::times, and Timings::total_time.