Typedefs | |
using | time_type = std::chrono::time_point< std::chrono::steady_clock > |
using | duration_type = time_type::duration |
Functions | |
time_type | get () |
double | diff (const time_type &stop_time, const time_type &start_time) |
void | sleep_until (const time_type &target_time) |
time_type | add (const time_type &start_time, const duration_type &duration) |
using aether::timer::duration_type = typedef time_type::duration |
using aether::timer::time_type = typedef std::chrono::time_point<std::chrono::steady_clock> |
time_type aether::timer::add | ( | const time_type & | start_time, |
const duration_type & | duration | ||
) |
time_type aether::timer::get | ( | ) |
void aether::timer::sleep_until | ( | const time_type & | target_time | ) |