Structsยง
- Progress
Logger - A tool to report the progress of computations. It can be built and configured
using the
builder
function. If given the expected number of updates, reports the expected time to completion, based on the current throughtput. - Progress
Logger Builder - Builds a new progress logger. All the configurations are optional,
To obtain a builder, use
ProgressLogger::builder()
.