mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-09 22:56:07 +00:00
8792731c5c
timer: greatly speed up TIMER_ACCRUE by having it gather raw ticks and only converting those to wall-clock time at exit when displaying the values. old codepath remains and can be restored via TIMER_USE_RAW_TICKS This was SVN commit r3241.