mirror of
https://github.com/Nuitka/Nuitka.git
synced 2025-12-14 20:35:49 +01:00
* 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.