isWarmUpValue property

bool isWarmUpValue
final

Whether this sample was taken during the warm-up phase.

If this value is true, this sample does not participate in statistical computations. However, the sample would still be shown in the visualization of results so that the benchmark can be inspected manually to make sure there's a predictable warm-up regression slope.

Implementation

final bool isWarmUpValue;