Boost logo

Boost :

From: Philippe Vaucher (philippe.vaucher_at_[hidden])
Date: 2006-10-31 04:32:17


>
> Do you also plan to tackle the problem with QueryPerformanceCounter() on
> multi-core systems? QPC reports problematic/mismatching values on certain
> multi-core CPUs (e.g. Athlon X2).
>

Hello,

If I get it right there's nothing much I can do about it ?
I don't think multi-core CPU defines some macro which I could test to
indicate the user he'd not use the QueryPerformanceCounter timer....

Anyway 99% of the users are supposed to use microsec_timer which use
posix_time::microsec_clock... the QPC, timeGetTime() will be there for
people really needing those.

What's your opinion ?
Philippe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk