Skip to main content

Module timing_stats

Module timing_stats 

Source
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ยง

TimingStatistics
Aggregate of per-subsystem TimedTask counters. Mirrors Algorithm/IpTimingStatistics.{hpp,cpp}. Owned by IpoptApplication and shared (via Rc) with the algorithm, NLP, and KKT solver so each subsystem can bump its own field. Reported at the end of a solve when print_timing_statistics yes.