Crate trace_time

Source
Expand description

Performance timer with logging

Macros§

trace_time

Structs§

PerfTimer
Performance timer with logging. Starts measuring time in the constructor, prints elapsed time in the destructor or when stop is called.