Searched refs:CLOCK_MONOTONIC_RAW (Results 1 – 8 of 8) sorted by relevance
56 clock_gettime(CLOCK_MONOTONIC_RAW, &t); in BM_time_clock_gettime_MONOTONIC_RAW()119 clock_getres(CLOCK_MONOTONIC_RAW, &t); in BM_time_clock_getres_MONOTONIC_RAW()
53 #define CLOCK_MONOTONIC_RAW 4 macro
29 if (clock_gettime(CLOCK_MONOTONIC_RAW, &now_ts) != 0) { in GetMonotonicTime()
22 clock_gettime(CLOCK_MONOTONIC_RAW, &t); in GetSystemClockRaw()
195 unsafe { libc::clock_gettime(libc::CLOCK_MONOTONIC_RAW, &mut current_time) }; in get_current_time_in_milliseconds()
123 do_clock_overhead(state, CLOCK_MONOTONIC_RAW); in BM_time_clock_gettime_MONOTONIC_RAW()
95 {"monotonic_raw", CLOCK_MONOTONIC_RAW},
11025 // The time is calculated by calling clock_gettime() / CLOCK_MONOTONIC_RAW;