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

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

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