macro_rules! profile_scope { ($($arg: tt)*) => { ... }; }
Create a profiling scope with a custom name.