I posted something, but nevermind. I found out why what I posted worked. :)
Printable View
I posted something, but nevermind. I found out why what I posted worked. :)
awesome, I know what I'll use next time :DQuote:
Originally posted by hu flung dung
However, they've also mentioned that the QueryPerformanceCounter and QueryPerformanceFrequency functions can give you even more accuracy than the multimedia timer because their based on the clock cycles of your processor!
thnx
i think queryperformancecounter,etc is just the RDTSC, which would mean only processors above a certain model would have it (but then who still has old pentiums + 486's anyway)?
interersting note in the MSDN docs
On a multiprocessor machine, it should not matter which processor is called. However, you can get different results on different processors due to bugs in the BIOS or the HAL. To specify processor affinity for a thread, use the SetThreadAffinityMask function.