CxxProf
CxxProf copied to clipboard
Provide microsec precision on Windows
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.
Should be easy to implement by using Boost Chrono...