pub fn profile_core<L, F, T>( label: L, location: &'static str, func: F, quiet: bool, ) -> Twhere L: Display, F: FnOnce() -> T,