⏱️ golxzn::os::chrono ⏱️ 1.2.4
Chrono for golxzn's projects.
|
Timer classes to measure time intervals. More...
Go to the source code of this file.
Classes | |
class | golxzn::os::chrono::timer< OnTimerDone, BaseClock > |
Class that represents timer. More... | |
class | golxzn::os::chrono::fast_timer< BaseClock > |
Class that represents fast_timer. More... | |
Variables | |
static constexpr std::chrono::microseconds | golxzn::os::chrono::constants::default_precision { i64{ 1 } } |
Default precision of timer.
This value is used as time to wait inside timer thread. | |
Timer classes to measure time intervals.
|
staticconstexpr |
Default precision of timer.
Only if
GOLXZN_MULTITHREADING
is defined.
This value is used as time to wait inside timer thread.