Fix msclock() and xp_timer() to be monotonic on *nix
Previously, these both used gettimeofday() which is both expensive to call, and not monotonic. This fixes system.clock_ticks in JS and various internal bits. for when the UTC wall clock jumps. While we're here, fix the documention of system.clock_ticks
parent
25a1b75d
No related branches found
No related tags found
Loading
Please register or sign in to comment