std.Progress: add byte unit flag and resource scope; support throughput calculation #20103
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
standard library
This issue involves writing Zig code for the standard library.
Milestone
Extracted from #20059.
The idea here is that you would be able to set a flag on a
Node
that indicates the units are byte. This would make it display, for example,rather than
for such a node.
It would also be nice if there was a resource scope. This way the root node could aggregate throughput based on scope and then display something like:
The text was updated successfully, but these errors were encountered: