Macro bma_benchmark::benchmark [−][src]
macro_rules! benchmark {
($iterations : expr, $code : block) => { ... };
}Expand description
run a benchmark
The variable _iteration can be used inside the benchmark code
macro_rules! benchmark {
($iterations : expr, $code : block) => { ... };
}run a benchmark
The variable _iteration can be used inside the benchmark code