You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add an option that takes the average of N seconds? For programs that run a longer time this will improve the accuracy of the iterationcount and estimated duration.
progressbar.OptionTakeAverage(60000*time.Millisecond) takes the average of 60 seconds of progress updates.
The text was updated successfully, but these errors were encountered:
Would it be possible to add an option that takes the average of N seconds? For programs that run a longer time this will improve the accuracy of the iterationcount and estimated duration.
progressbar.OptionTakeAverage(60000*time.Millisecond) takes the average of 60 seconds of progress updates.
The text was updated successfully, but these errors were encountered: