Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add option to show elapsed time since start #287

Open
Babalion opened this issue Dec 8, 2023 · 1 comment
Open

Feature request: Add option to show elapsed time since start #287

Babalion opened this issue Dec 8, 2023 · 1 comment

Comments

@Babalion
Copy link

Babalion commented Dec 8, 2023

Sometimes one wants the progress bar to show how long the task is already running.
Therefore, I suggest adding an option like showspeed=true but here showelapsed=true
which also shows the time since the loop started.

I guess the implementation is easy and straightforward.

Would love to see this in the future!

@Babalion Babalion changed the title Add option to show elapsed time since start Feature request: Add option to show elapsed time since start Dec 8, 2023
@jaredjeya
Copy link

This would be really useful since the ETA estimate is not always that reliable, since it assumes the time between updates is representative of the time for each iteration. It's especially bad for threaded/distributed tasks where you might expect a bunch of updates to come in at once, on a timescale much shorter than the actual time per task.

I wonder how tricky this would be to implement in practice, could be a fairly simple pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants