#include <sys/times.h>

sys/times.h

includes: sys/appleapiopts.h, sys/cdefs.h, sys/_types.h, sys/_types/_clock_t.h
1 struct · 1 function

structtms

[XSI] Structure whose address is passed as the first parameter to times()
size 32, align 8
clock_ttms_utime[XSI] User CPU time
clock_ttms_stime[XSI] System CPU time
clock_ttms_cutime[XSI] Terminated children user CPU time
clock_ttms_cstime[XSI] Terminated children System CPU time

functiontimes

clock_t times(struct tms *)
man page · December 1, 2008
times(3) — process times