Expand description
§profile_time
This lightweight and simples crate provides 2 macros to help you separate debug and release code. This crate provides:
Macros§
- debug_
time - Code inside the macro will only run if the current build is on debug mode. This will not run if on release.
- release_
time - Code inside the macro will only run if the current build is on release mode. This will not run if on debug.