IterationBasedValue
trait IterationBasedValue
Mixin for measurers whose benchmarked value is based on the current iteration.
Mixin for measurers whose benchmarked value is based on the current iteration.
Value members
Concrete methods
Returns the value used for the benchmark at iteration
.
May optionally call regen
to obtain a new value for the benchmark.
Returns the value used for the benchmark at iteration
.
May optionally call regen
to obtain a new value for the benchmark.
By default, the value v
is always returned and the value for the
benchmark is never regenerated.