Macro rustc_utils::block_timer
source ยท macro_rules! block_timer { ($name:expr) => { ... }; }
Expand description
Logs the time taken from the start to the end of a syntactic block.
macro_rules! block_timer { ($name:expr) => { ... }; }
Logs the time taken from the start to the end of a syntactic block.