forked from mirrors/0ad
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.