python-progressbar
python-progressbar copied to clipboard
update pbar by Real-Time speed
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 ?
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