ProgressMeter.jl icon indicating copy to clipboard operation
ProgressMeter.jl copied to clipboard

Feature request: show iteration count of total and current iteration rate

Open jlumpe opened this issue 6 years ago • 1 comments

It would be very useful to have an option to display the actual current number of iterations completed out of the total, instead of just a percentage. It would also be nice to print the current rate of progress as iterations/second or seconds/iteration, similar to Python's tqdm package.

jlumpe avatar Jan 22 '19 20:01 jlumpe

As a remedial measure one may use the kwarg showvalues with a Channel or a RemoteChannel to display the number of iterations

jishnub avatar Mar 16 '20 11:03 jishnub