Print the wall-clock performance table after the run completes.
Reports total time, I/O time, and the three hot-path timers
(compute_resid, flux precompute, face loop) plus overall throughput.
Only called when ctx % state % cfg % do_timing is .true..
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(solver_run_context_t), | intent(in) | :: | ctx |
Solver context (read-only). |