|
-
February 20th, 2006, 10:53 AM
#1
Timers
I need a timer with resolution less than 1 millisecond. I have found the QueryPerformanceCounter API. It WOULD work great however the ticks between two successive QueryPerformanceCounter calls is far to great.
Is this because the app is only allowed a small sliver of processor time before it goes on to other processes? If so is there any way to give this application an extremely high priority so this time delta will decrease?
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|