Classes | |
| struct | optimer |
| Reports time elapsed at the end of an object scope. More... | |
Typedefs | |
| using | ms_optimer = optimer< std::chrono::milliseconds > |
| Time elapsed with millisecond resolution. More... | |
Functions | |
| template<typename OpTimerType > | |
| std::ostream & | operator<< (std::ostream &o, const OpTimerType &tm) |
| Formats time elapsed for writing to a stream. More... | |
| using util::ms_optimer = typedef optimer<std::chrono::milliseconds> |
Time elapsed with millisecond resolution.
Definition at line 105 of file optimer.hpp.
|
inline |
Formats time elapsed for writing to a stream.
Definition at line 96 of file optimer.hpp.