CxxProf icon indicating copy to clipboard operation
CxxProf copied to clipboard

Provide microsec precision on Windows

Open monsdar opened this issue 10 years ago • 1 comments

We're currently using boost::date_time::microsec_clock which defaults to a precision of milliseconds on Windows. We should find a way to support microsec precision.

monsdar avatar Apr 28 '14 17:04 monsdar

Should be easy to implement by using Boost Chrono...

monsdar avatar Oct 13 '15 08:10 monsdar