$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rhind_at_[hidden])
Date: 2003-03-24 08:32:20
Alisdair Meredith wrote:
> Russell Hind wrote:
>
>
>>I agree with that. Would it be better to make it a millisec_clock, or
>>just use the microsec_clock but the resolution is only milliseconds?
>
>
> WinAPI Note: we can get a higher resolution using the
> QueryPerformanceCounter API (and QueryPerformanceFrequency if resolution
> info is required)
>
Can these be used to get an actual date/time though? Or just for high
resolution timing? I've only had a brief look at them, so will read a
bit more.
Cheers
Russell