Skip to main content

scope_lazy

Function scope_lazy 

Source
pub fn scope_lazy(
    name: &'static str,
    suffix: impl FnOnce() -> String,
) -> Option<Guard>
Expand description

Same as scope_with but only computes the suffix if timings are enabled.