Skip to main content

profile_scope

Macro profile_scope 

Source
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.