C++ chrono lib resolution

less than 1 minute read

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