Re: QueryPerformanceFrequency
- From: Tim Roberts <timr@xxxxxxxxx>
- Date: Thu, 20 Mar 2008 20:14:15 -0700
Ondrej Spanel <OndrejSpanel.news@xxxxxxxxxxxxx> 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...)
Actually, on most systems with the multiprocessor HAL,
QueryPerformanceCounter simply calls rdtsc directly. And yes, it's
possible for QPC to go backwards slightly.
--
Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.
- References:
- Re: QueryPerformanceFrequency
- From: Alex Blekhman
- Re: QueryPerformanceFrequency
- From: Ondrej Spanel
- Re: QueryPerformanceFrequency
- Prev by Date: Re: auto_ptr compile error
- Next by Date: Re: auto_ptr compile error
- Previous by thread: Re: QueryPerformanceFrequency
- Next by thread: Re: QueryPerformanceFrequency
- Index(es):
Relevant Pages
|