mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Updated the DESCRIPTION section of the times routine.
This commit is contained in:
@@ -294,14 +294,7 @@ This routine returns the process times
|
|||||||
|
|
||||||
@code{times} stores the current process times in @code{buf}.
|
@code{times} stores the current process times in @code{buf}.
|
||||||
|
|
||||||
@code{struct tms} is as defined in @code{/usr/include/sys/times.h}:
|
@code{struct tms} is as defined in @code{/usr/include/sys/times.h}
|
||||||
|
|
||||||
struct tms {
|
|
||||||
clock_t tms_utime; /* user time */
|
|
||||||
clock_t tms_stime; /* system time */
|
|
||||||
clock_t tms_cutime; /* user time of children */
|
|
||||||
clock_t tms_cstime; /* system time of children */
|
|
||||||
};
|
|
||||||
|
|
||||||
@code{times} returns the number of clock ticks that have elapsed
|
@code{times} returns the number of clock ticks that have elapsed
|
||||||
since the systm has been up.
|
since the systm has been up.
|
||||||
|
|||||||
Reference in New Issue
Block a user