issue39680-chrono-resolution.cpp | 5 // In NDK GCC 4.6 and below, "steady_clock" is called "monotonic_clock", 32 typedef monotonic_clock steady_clock; typedef in namespace:std::chrono 70 printClockData<std::chrono::steady_clock>(is_high_res3, is_steady);
|