pub fn scope_lazy( name: &'static str, suffix: impl FnOnce() -> String, ) -> Option<Guard>
Same as scope_with but only computes the suffix if timings are enabled.
scope_with