[][src]Crate logging_timer_proc_macros

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.