GetTime overloads
Declared in <util/time.h>
DEPRECATED Use either ClockType::now() or Now<TimePointType>() if a cast is needed. ClockType is - SteadyClock/std::chrono::steady_clock for steady time - SystemClock/std::chrono::system_clock for system time - NodeClock for mockable system time
int64_t
GetTime();
» more...
DEPRECATED, see GetTime.
template<typename T>
T
GetTime();
» more...