20 std::chrono::steady_clock::time_point m_data;
24 Clock(int64_t _valNano);
25 Clock(int64_t _valSec, int64_t _valNano);
26 Clock(
const std::chrono::steady_clock::time_point& _val);
29 const std::chrono::steady_clock::time_point&
get()
const {
52 std::ostream& operator <<(std::ostream& _os,
const echrono::Clock& _obj);
int64_t count()
return the number of us since start of clock (can be <0)
Definition: Duration.hpp:17
Clock is a compleate virtual clock that is used to virtualize the urrent clock used (can be non real-...
Definition: Clock.hpp:18
Steady is a Program start time clock.
Definition: Steady.hpp:17