macro_rules! profile_scope {
($name:expr) => { ... };
}Expand description
Profile a scope with the given name.
This macro expands to puffin::profile_scope! when the profiling feature is enabled,
and to nothing otherwise.
macro_rules! profile_scope {
($name:expr) => { ... };
}Profile a scope with the given name.
This macro expands to puffin::profile_scope! when the profiling feature is enabled,
and to nothing otherwise.