macro_rules! profile_scope {
($name:expr) => { ... };
}Expand description
Profile a scope. Zero-cost when profile feature is disabled.
macro_rules! profile_scope {
($name:expr) => { ... };
}Profile a scope. Zero-cost when profile feature is disabled.