19 #ifndef RUN_TIME_CLOCK_H 20 #define RUN_TIME_CLOCK_H 29 using rep = duration::rep;
31 using time_point = std::chrono::time_point<user_cpu_time_clock>;
44 using rep = duration::rep;
46 using time_point = std::chrono::time_point<system_cpu_time_clock>;
60 using rep = duration::rep;
62 using time_point = std::chrono::time_point<run_time_clock>;
std::chrono::time_point< system_cpu_time_clock > time_point
static time_point now() noexcept=delete
static constexpr bool is_steady
std::chrono::microseconds duration
std::chrono::microseconds duration
std::chrono::time_point< user_cpu_time_clock > time_point
std::chrono::time_point< run_time_clock > time_point
std::chrono::microseconds duration