shouldContinue method
Whether the benchmark should continue running.
Returns false
if the benchmark collected enough data and it's time to
stop.
Implementation
bool shouldContinue() => profile!.shouldContinue();
Whether the benchmark should continue running.
Returns false
if the benchmark collected enough data and it's time to
stop.
bool shouldContinue() => profile!.shouldContinue();