#include <times.h>
Public Attributes | |
clock_t | tms_utime |
user time: return clock counter | |
clock_t | tms_stime |
system time: currently zero as time spent in I2C mode is not counted | |
clock_t | tms_cutime |
user time of children: always zero on single process system | |
clock_t | tms_cstime |
system time of children: always zero on single process system |
Definition at line 18 of file times.h.
|
system time of children: always zero on single process system
Definition at line 26 of file times.h. Referenced by times(). |
|
user time of children: always zero on single process system
Definition at line 24 of file times.h. Referenced by times(). |
|
system time: currently zero as time spent in I2C mode is not counted
Definition at line 22 of file times.h. Referenced by times(). |
|
user time: return clock counter
Definition at line 20 of file times.h. Referenced by times(). |