|
Celeritas 0.7.0-dev.245+develop.a7be925e
|
Print the elapsed time since construction when destructed. More...
#include <ScopedTimeLog.hh>
Public Member Functions | |
| ScopedTimeLog (Logger *dest) | |
| Construct with a reference to a particular logger. | |
| ScopedTimeLog (double min_print_sec) | |
| Construct with a manual threshold for printing time. | |
| ScopedTimeLog (Logger *dest, double min_print_sec) | |
| Construct with a reference to a particular logger. | |
| ~ScopedTimeLog () | |
| Print large enough times when exiting scope. | |
| ScopedTimeLog (ScopedTimeLog const &)=delete | |
| ScopedTimeLog & | operator= (ScopedTimeLog const &)=delete |
| ScopedTimeLog (ScopedTimeLog &&)=delete | |
| ScopedTimeLog & | operator= (ScopedTimeLog &&)=delete |
Print the elapsed time since construction when destructed.
An optional construction argument specifies the minimum time needed to bother printing.
|
delete |
Prevent copying and moving for RAII class
|
delete |
Prevent copying and moving for RAII class
|
delete |
Prevent copying and moving for RAII class
|
delete |
Prevent copying and moving for RAII class