Are there any performance guarantees in the standard required for the implement of the now() static functions of each clock in std::chrono?
In n3337 I read that ( 20.11.3 Clock requirements [time.clock.req] ):
3 [ Note: The relative difference in durations between those reported by a given clock and the SI definition is a measure of the quality of implementation. — end note ]
Does this mean that it is totally implementation-dependent? Or did I miss something?