Function puffin::set_scopes_on
source · pub fn set_scopes_on(on: bool)
Expand description
Turn on/off the profiler macros (profile_function
, profile_scope
etc).
When off, these calls take only 1-2 ns to call (100x faster).
This is false
by default.