scoped_info

Macro scoped_info 

Source
macro_rules! scoped_info {
    ($name:expr) => { ... };
}
Expand description

Log entering and exiting a scope at INFO level, with timing. Usage: let _scope = scoped_info!(“my_scope”);