Some time ago, I noted that There is a std::chrono::high_resolution_clock, but no low_resolution_clock.
What makes
cheap_steady_clock faster than std::chrono::high_resolution_clock?Some time ago, I noted that There is a std::chrono::high_resolution_clock, but no low_resolution_clock.