Click to See Complete Forum and Search --> : Accurate Timers???


iso9
March 30th, 2009, 07:25 PM
Hi does anyone here have any suggestions of accurate timers?

i've tried the timers in visual c# but they are not accurate at all. I've also attempted to use the multimedia timers using winmm.dll but i am having some issues that i don't know how to solve. i.e. it would run at a high resolution but then it would die on me every so often.

So i was wondering if anyone here had any recommendations on how to implement an accurate timer (10ms resolution if possible).

Thanks

Mutant_Fruit
March 30th, 2009, 07:29 PM
So i was wondering if anyone here had any recommendations on how to implement an accurate timer (10ms resolution if possible).

Thanks

Then the built in timers are more than good enough for your purpose. Which of the (many) timers did you use and how are you measuring how accurate they are?