NiltonVolpato / python-progressbar

Text progress bar library for Python
Other
412 stars 105 forks source link

update pbar by Real-Time speed #53

Open githubyong opened 8 years ago

githubyong commented 8 years ago

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 ?

NiltonVolpato commented 6 years ago

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