Originally posted by Dizz Actually a Q... What's the granularity of that function? Is it 20ms? ie based on the system clock. Is there a way to get finer granularity with out changing hardware arch.? Dizz
Originally posted by Silent Bob It's a *nix system call that gives you values down to the microsecond. I wouldn't know the exact win32 equivalent...
Originally posted by Silent Bob MSDN says that GetTickCount() returns the number of milliseconds since the system was started, not the time. Although a quick search says that GetSystemTime gives you date/time accurate to milliseconds.