pub fn progress_report(
config: &WaitConfig,
start: Instant,
attempt: u32,
budget_mb: usize,
available_mb: usize,
reserved_mb: usize,
) -> WaitProgressExpand description
Build a progress report snapshot for the current wait state.
Contract: gpu-wait-queue-v1 / progress_report