[−][src]Crate logging_timer
Macros
| finish | |
| progress | |
| stimer | Creates a timer that logs a starting mesage and a finished message. |
| timer | Creates a timer that does not log a starting message, only a finished one. |
Structs
| LoggingTimer | When this struct is dropped, it logs a message stating its name and how long the execution time was. Can be used to time functions or other critical areas. |