Function print_and_dump_report

Source
fn print_and_dump_report(
    tcx: TyCtxt<'_>,
    total: Duration,
    timings: Vec<Entry>,
) -> Result<()>