[vlc-devel] [RFC] revert Win32: always use the performance timers

Steinar H. Gunderson sgunderson at bigfoot.com
Fri Dec 10 00:52:47 CET 2010


On Thu, Dec 09, 2010 at 11:06:12PM +0100, Rémi Denis-Courmont wrote:
> Otherwise, there's GetSystemTime() running at 1 kHz, or
> GetSystemTimeAsFileTime() at 10 MHz (not sure if it is converted from 1 kHz
> though). But I guess they will explode if the user or the NTP service
> adjusts the clock.

GetTickCount() is at least monotonic. (It wraps around every 47 days or so,
though. Vista and newer have a 64-bit version.)

/* Steinar */
-- 
Homepage: http://www.sesse.net/



More information about the vlc-devel mailing list