Function nu_utils::utils::perf

source ยท
pub fn perf(
    msg: &str,
    dur: Instant,
    file: &str,
    line: u32,
    column: u32,
    use_color: bool
)