Macro bma_benchmark::benchmark_print
source · macro_rules! benchmark_print { ($iterations: expr) => { ... }; ($iterations: expr, $errors: expr) => { ... }; }
Expand description
Finish a simple benchmark and print results
macro_rules! benchmark_print { ($iterations: expr) => { ... }; ($iterations: expr, $errors: expr) => { ... }; }
Finish a simple benchmark and print results