High Resolution Timer

  • Thread starter Thread starter Rick Winscot
  • Start date Start date
R

Rick Winscot

I am looking for a method to include high performance timing within a CF
application. The timer needs to be accurate to one-one hundreth of a second.
What I would like to know is:

#1 - is this possible on windows mobile devices
#2 - can you point me in the direction of some source if it is possible
#3 - if it isn't possible... is it a hardware issue or limitations of the
compact framework.

I have tried using get tick count, P/Invoking timer APIs and all of the
methods so far... aren't accurate enough. It is typical to loose 10 to 20
seconds timing a minute. Any assistance is greatly appreciated!

Cheers,

Rick Winscot
www.zyche.com
 
If the QueryPerformanceXx apis are not good enough then you are out of
luck... If they are, check out the Stopwatch class on my blog or opennetcf
1.3...

Cheers
Daniel
 
Back
Top