Win32 getProcessElapsedTime: use a higher-resolution time source
authorSimon Marlow <marlowsd@gmail.com>
Thu, 8 Jul 2010 09:32:23 +0000 (09:32 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 8 Jul 2010 09:32:23 +0000 (09:32 +0000)
QueryPerformanceCounter() on Windows gives much better resolution than
GetSystemTimeAsFileTime().


No differences found