Function profile_core_with_level

Source
pub fn profile_core_with_level<L, F, T>(
    label: L,
    location: &'static str,
    func: F,
    level: Level,
    quiet: bool,
) -> T
where L: Display, F: FnOnce() -> T,