|
GDBserver
|
#include "run-time-clock.h"
Public Types | |
| using | duration = std::chrono::microseconds |
| using | rep = duration::rep |
| using | period = duration::period |
| using | time_point = std::chrono::time_point< system_cpu_time_clock > |
Static Public Member Functions | |
| static time_point | now () noexcept=delete |
Static Public Attributes | |
| static constexpr bool | is_steady = true |
Definition at line 41 of file run-time-clock.h.
| using system_cpu_time_clock::duration = std::chrono::microseconds |
Definition at line 43 of file run-time-clock.h.
| using system_cpu_time_clock::period = duration::period |
Definition at line 45 of file run-time-clock.h.
| using system_cpu_time_clock::rep = duration::rep |
Definition at line 44 of file run-time-clock.h.
| using system_cpu_time_clock::time_point = std::chrono::time_point<system_cpu_time_clock> |
Definition at line 46 of file run-time-clock.h.
|
staticdeletenoexcept |
|
static |
Definition at line 48 of file run-time-clock.h.
1.8.14