|
-
January 18th, 1999, 03:40 PM
#1
GetTickCount
I'm writing a program that needs very accurate timing. After numerous tries, I finally decided to use the api call "GetTickCount", so I could calculate the ticks per secound and go from there. I noticed the average count always ended up being 1000 (almost exactly). What is the tick count based on? And will this always be true?
-
January 18th, 1999, 04:20 PM
#2
Re: GetTickCount
You may want to look into QueryPerformanceCounter and QueryPerformanceFrequency for high resolution timming.
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
|