C++ chrono lib resolution
Dug a little deeper into outputting time durations. It turns out that time_point
has a default accuracy that is system-implementation-dependent or something. My system seems to be only microsecond accurate. Read this for more info.
Leave a Comment