Searched refs:monotime (Results 1 – 1 of 1) sorted by relevance
112 timespec monotime; in getTimeNow() local113 clock_gettime(CLOCK_MONOTONIC, &monotime); in getTimeNow()115 std::chrono::nanoseconds{monotime.tv_nsec}) in getTimeNow()118 std::chrono::seconds{monotime.tv_sec}) in getTimeNow()