I was reading about Timers at MSDN and what it said led me to a few questions.
Does the PowerBASIC tix function return the same answer as the QueryPerformanceCounter() API? In my tests, they seem to work that way, but Help doesn't clarify.
And does QueryPerformanceFrequency return the number of tix counts per second (for whatever system makes the call)?
And why does MSDN say "If a high-resolution performance counter exists on the system ...". Does QueryPerformanceCounter not work on all systems?
Does the PowerBASIC tix function return the same answer as the QueryPerformanceCounter() API? In my tests, they seem to work that way, but Help doesn't clarify.
And does QueryPerformanceFrequency return the number of tix counts per second (for whatever system makes the call)?
And why does MSDN say "If a high-resolution performance counter exists on the system ...". Does QueryPerformanceCounter not work on all systems?
Comment