Crate logging_timer_proc_macros

Source

Attribute Macrosยง

stime
Instruments the function with an stimer!, which logs two messages, one at the start of the function and one at the end of execution stating the elapsed time.
time
Instruments the function with a timer!, which logs a message at the end of function execution stating the elapsed time.