warmUpFrameCount property

int get warmUpFrameCount

The number of frames ignored as warm-up frames.

Implementation

int get warmUpFrameCount =>
    useCustomWarmUp ? _warmUpFrameCount! : count - kMeasuredSampleCount;