Index of values


G
getcpuclockid [Oclock]
Gets the CPU-time clock identifier of a process (given its PID).
getres [Oclock]
Gets the clock's resolution in nanoseconds.
gettime [Oclock]
Gets the clock's time in nanoseconds.

M
monotonic [Oclock]
Monotonic (not subject to system time change)
monotonic_raw [Oclock]
Another monotonic clock (not always present, since Linux 2.6.28; Linux-specific), not subject to NTP adjustements

P
process_cputime [Oclock]
Current process CPU-time clock
pthread_getcpuclockid [Oclock]
Gets the CPU-time clock identifier of a thread given its pthread identifier, as returned by Thread.id (but only if you use real POSIX threads -thread and not VM threads -vmthread).

R
realtime [Oclock]
Realtime (always valid)

S
settime [Oclock]
Sets the clock's time in nanoseconds.

T
thread_cputime [Oclock]
Current thread CPU-time clock