Platform and Console Utilities
include/Utils/Platform/ and lib/Utils/Platform/ provide small utilities
for timing, progress reporting, and platform queries.
Main components:
Timerfor timeout checks and elapsed-time measurement.ProgressBarfor terminal progress reporting.Systemfor environment and system-level helpers.
These headers are shared by tools that need lightweight CLI-facing utilities.
See also Utility Libraries.