This string constant tells whether or not the CPU time, returned
by e.g. gethrvtime , is thread local or not. The value is "yes"
if it is and "no" if it isn't. The value is also "no" if there is
no thread support.
This string constant identifies the internal interface used to get
the CPU time. It is an implementation detail - see rusage.c for
possible values and their meanings.
This string constant tells whether or not the high resolution real
time returned by gethrtime , is monotonic or not. The value is
"yes" if it is and "no" if it isn't.
Monotonic time is not affected by clock adjustments that might
happen to keep the calendaric clock in synch. It's therefore more
suited to measure time intervals in programs.
This string constant identifies the internal interface used to get
the high resolution real time. It is an implementation detail -
see rusage.c for possible values and their meanings.