Represents a clock based on PAPI_get_real_usec()
.
More...
Static Public Member Functions | |
static time_point | now (void) noexcept |
Public Types | |
using | duration = std::chrono::microseconds |
using | rep = duration::rep |
using | period = duration::period |
using | time_point = std::chrono::time_point< papi_clock, duration > |
Static Public Attributes | |
static constexpr bool | is_steady = true |
Represents a clock based on PAPI_get_real_usec()
.