comparison doc/lispref/processes.texi @ 100833:1eb416e724bb

(System Processes): Document the `time' and `ctime' attributes of `system-process-attributes'.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 02 Jan 2009 15:19:31 +0000
parents 2b9c924c3d42
children cb5d2387102c
comparison
equal deleted inserted replaced
100832:04e43420dbad 100833:1eb416e724bb
1742 @item stime 1742 @item stime
1743 Time spent by the process in the system (kernel) context, for 1743 Time spent by the process in the system (kernel) context, for
1744 processing system calls. The corresponding @var{value} is in the same 1744 processing system calls. The corresponding @var{value} is in the same
1745 format as for @code{utime}. 1745 format as for @code{utime}.
1746 1746
1747 @item time
1748 The sum of @code{utime} and @code{stime}. The corresponding
1749 @var{value} is in the same format as for @code{utime}.
1750
1747 @item cutime 1751 @item cutime
1748 @itemx cstime 1752 @itemx cstime
1749 Like @code{utime} and @code{stime}, but includes the times of all the 1753 @itemx ctime
1750 child processes of the given process. 1754 Like @code{utime}, @code{stime}, and @code{time}, but include the
1755 times of all the child processes of the given process.
1751 1756
1752 @item pri 1757 @item pri
1753 The numerical priority of the process. 1758 The numerical priority of the process.
1754 1759
1755 @item nice 1760 @item nice