Platform and Console Utilities ============================== ``include/Utils/Platform/`` and ``lib/Utils/Platform/`` provide small utilities for timing, progress reporting, and platform queries. **Main components**: - ``Timer`` for timeout checks and elapsed-time measurement. - ``ProgressBar`` for terminal progress reporting. - ``System`` for environment and system-level helpers. These headers are shared by tools that need lightweight CLI-facing utilities. See also :doc:`utilities`.