python-progressbar icon indicating copy to clipboard operation
python-progressbar copied to clipboard

update pbar by Real-Time speed

Open githubyong opened this issue 9 years ago • 1 comments

It seems that the speed is an average data,and then the ETA() will not exact. How about update the progress bar by real-time speed,and calculate ETA() by real-time speed ?

githubyong avatar Jun 19 '16 08:06 githubyong

What do you mean? ETA uses the wall time, there's also AdaptiveETA, which may be more accurate if the time to perform each operation varies

NiltonVolpato avatar Jun 29 '18 02:06 NiltonVolpato