profile_scope

Macro profile_scope 

Source
macro_rules! profile_scope {
    ($($arg:tt)+) => { ... };
}
Expand description

macro to define a profiler in scope and keep it until its dropped.