Main Page | Alphabetical List | Class List | File List | Class Members | File Members

tms Struct Reference

#include <times.h>

List of all members.

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


Detailed Description

Structure describing CPU time used by a process and its children.

Definition at line 18 of file times.h.


Member Data Documentation

clock_t tms::tms_cstime
 

system time of children: always zero on single process system

Definition at line 26 of file times.h.

Referenced by times().

clock_t tms::tms_cutime
 

user time of children: always zero on single process system

Definition at line 24 of file times.h.

Referenced by times().

clock_t tms::tms_stime
 

system time: currently zero as time spent in I2C mode is not counted

Definition at line 22 of file times.h.

Referenced by times().

clock_t tms::tms_utime
 

user time: return clock counter

Definition at line 20 of file times.h.

Referenced by times().


The documentation for this struct was generated from the following file:
Generated on Mon Feb 20 15:54:58 2006 for nlibc by doxygen 1.3.5