$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Silex (silex0r_at_[hidden])
Date: 2006-05-15 16:19:42
I did some tests with the current boost::posix_time::microsec_clock
and it *looks* like GetSystemTimeAsFileTime() has low level
resolution, BUT I read somewhere that it's overhead is huge compared
to QueryPerformanceCounter.
I'll try to see if there's a way to get the epoch from
QueryPerformanceCounter or timeGetTime, so I could make a usable
microsec_clock based on it.
Philippe