macro_rules! profile_scope {
($($arg:tt)+) => { ... };
}Expand description
macro to define a profiler in scope and keep it until its dropped.
macro_rules! profile_scope {
($($arg:tt)+) => { ... };
}macro to define a profiler in scope and keep it until its dropped.