|
GDB (xrefs)
|
#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< run_time_clock > |
Static Public Member Functions | |
| static time_point | now () noexcept |
| static void | now (user_cpu_time_clock::time_point &user, system_cpu_time_clock::time_point &system) noexcept |
Static Public Attributes | |
| static constexpr bool | is_steady = true |
Definition at line 57 of file run-time-clock.h.
| using run_time_clock::duration = std::chrono::microseconds |
Definition at line 59 of file run-time-clock.h.
| using run_time_clock::period = duration::period |
Definition at line 61 of file run-time-clock.h.
| using run_time_clock::rep = duration::rep |
Definition at line 60 of file run-time-clock.h.
| using run_time_clock::time_point = std::chrono::time_point<run_time_clock> |
Definition at line 62 of file run-time-clock.h.
|
staticnoexcept |
Definition at line 28 of file run-time-clock.c.
Referenced by scoped_command_stats::scoped_command_stats(), timestamp(), and scoped_command_stats::~scoped_command_stats().
|
staticnoexcept |
Definition at line 42 of file run-time-clock.c.
References rusage, and timeval_to_microseconds().
|
static |
Definition at line 64 of file run-time-clock.h.
1.8.14