Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 231 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 231 Bytes

Timed macro

Use it like this

    #[timed::timed_instrument(level="debug")]
    fn my_long_method() {

    }

and run

RUST_LOG=debug cargo run --release

and you'll see the log lines with the time in ms