Re: QueryPerformanceFrequency



"Ondrej Spanel" wrote:
While rdtsc is one possible implementation, on some CPUs/systems
the QPC needs to be implemented in a more complex manner
(multiple CPUs, CPUs with adaptive frequency, like seen first in
notebooks and now in most systems...)

I agree with you. `QueryPerformanceCounter' should be used instead
of CPU-specific instructions. There is no argument about that.

Alex


.


Loading