
15 May
2006
15 May
'06
8:19 p.m.
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