Represents a clock based on PAPI_get_real_cyc()
and MHz
.
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_cycle_clock, duration > |
Static Public Attributes | |
static constexpr bool | is_steady = false |
Represents a clock based on PAPI_get_real_cyc()
and MHz
.
This clock is approximate but fast.