Expand description
Re-export shim. The canonical TimingStatistics type lives in
pounce_common::timing so that crates lower in the dep graph
(pounce-nlp, pounce-linsol) can populate it without depending
on pounce-algorithm. Mirrors Algorithm/IpTimingStatistics.{hpp,cpp}.
Structsยง
- Timing
Statistics - Aggregate of per-subsystem
TimedTaskcounters. MirrorsAlgorithm/IpTimingStatistics.{hpp,cpp}. Owned byIpoptApplicationand shared (viaRc) with the algorithm, NLP, and KKT solver so each subsystem can bump its own field. Reported at the end of a solve whenprint_timing_statistics yes.