High Resolution Timer

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
 
D

Daniel Moth

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top