By default, std::chrono::system clock::now() returns time at the maximum precision your operating system allows. On most modern systems, this is nanoseconds (one billionth of a second).
By default, std::chrono::system clock::now() returns time at the maximum precision your operating system allows. On most modern systems, this is nanoseconds (one billionth of a second).