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