Files
Kay Hayen c2482c7a6d Reports: Including CPU instr and cycle counters in timing on native Linux
* With appropriate configuration on Linux this allows to get at very
  precise timing configuration so we can judge even small compile time
  improvements correctly. We then don't need many runs to average out
  noise from other effects.

* Don't use wall clock but process time for steps that are not doing
  IO like module optimization for more accurate values otherwise, it
  is however not very accurate still.
2025-11-26 11:19:43 +00:00
..