iter

Function iter 

Source
pub fn iter(
    ctx: &BenchmarkContext,
    name: &str,
    throughput_unit: &str,
    throughput_count_per_iteration: u32,
    f: impl FnMut() -> Duration,
) -> SubBenchResult