Skip to content
Snippets Groups Projects
Commit c15b415d1bff authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

rust: use `logging_timer` instead of `micro_timer`

I am the author of `micro_timer`.
I built it at the time because I couldn't find a crate that was simple to use
and flexible to do function timing with. Turns out I just couldn't find it
because crates.io's search isn't all that great, or maybe I didn't look hard
enough.

`logging_timer` is better in every way:
    - supports changing the logging level
    - supports start and end logging
    - supports intermediary messages
    - supports inline macros
    - supports formatting the output
    - better IDE/tree-sitter integration thanks to a more robust proc macro

I also changed all uses to one-liners, so it's easier to copy-paste.
parent bc83ebe07bf0
No related branches found
No related tags found
2 merge requests!485branching: merge default into stable,!381rust: use `logging_timer` instead of `micro_timer`
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment