Show the progress of a long-running process including estimated remaining time.
More...
#include <progress_bar.h>
|
| ProgressBar (std::string description, size_t total, size_t initialValue=0) |
|
void | cancel () |
| Cancel the associated thread and reset the console.
|
|
void | increment () |
| Indicate that another op has occurred.
|
|
Show the progress of a long-running process including estimated remaining time.
The documentation for this class was generated from the following files:
- include/common/progress_bar.h
- src/common/progress_bar.cc