Macro profile_quiet

Source
macro_rules! profile_quiet {
    ($label:literal, $func:expr) => { ... };
}