timholy / ProgressMeter.jl

Progress meter for long-running computations
MIT License
694 stars 91 forks source link

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

Open Babalion opened 10 months ago

Babalion commented 10 months ago

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!