Re: Is timeGetTime monotonic and uniform?

Tech-Archive recommends: Fix windows errors by optimizing your registry



Martin v. Löwis wrote:
Are there any other functions I should use?

QueryPerformanceCounter will give you a lot finer resolution. To translate it into seconds you must scale it, using QueryPerformanceFrequency.

--
Scott McPhillips [VC++ MVP]

.