goblinfactory / konsole

Home of the simple console library consisting of ProgressBar, Window, Form, Draw & MockConsole (C# console progress bar with support for single or multithreaded progress updates) Window is a 100%-ish console compatible window, supporting all normal console writing to a windowed section of the screen, supporting scrolling and clipping of console output.
721 stars 62 forks source link

Include ETA in progressbar #19

Closed pykong closed 6 years ago

pykong commented 6 years ago

It would be really great if the progress bar could be configured to show the estimated time of completion. Such could be easily interpolated by averaging the time needed per iteration. That would be highly informative!

goblinfactory commented 6 years ago

back in the day we used to call those "microsoft minutes" :) I can see too many scenarios where the calculated time would be significantly out, Nothing stopping you from adding that in yourself into the text. I will leave this open for a short while for you to reply. cheers, Alan