Function glassbench::after_bench[][src]

pub fn after_bench(
    bench: &mut Bench,
    cmd: &Command
) -> Result<(), GlassBenchError>

Print the tabular report for the executed benchmark then grap, list history, and or save according to command

Unless you have special reasons, you should not use this function but the glassbench! function.