Macro code_timing_macros::time_snippet
source ยท time_snippet!() { /* proc-macro */ }
Expand description
Time the duration of code snippet, either to stdout or via tracing
.
time_snippet!() { /* proc-macro */ }
Time the duration of code snippet, either to stdout or via tracing
.