(System Processes): Document the time' and ctime' attributes of

`system-process-attributes'.
This commit is contained in:
Eli Zaretskii 2009-01-02 15:20:05 +00:00
parent 031da700f0
commit af34ad36fc
2 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-01-02 Eli Zaretskii <eliz@gnu.org>
* processes.texi (System Processes): Document the `time' and
`ctime' attributes of `system-process-attributes'.
2009-01-01 Chong Yidong <cyd@stupidchicken.com>
* display.texi (Face Attributes): Clarify :height attribute.

View file

@ -1744,10 +1744,15 @@ Time spent by the process in the system (kernel) context, for
processing system calls. The corresponding @var{value} is in the same
format as for @code{utime}.
@item time
The sum of @code{utime} and @code{stime}. The corresponding
@var{value} is in the same format as for @code{utime}.
@item cutime
@itemx cstime
Like @code{utime} and @code{stime}, but includes the times of all the
child processes of the given process.
@itemx ctime
Like @code{utime}, @code{stime}, and @code{time}, but include the
times of all the child processes of the given process.
@item pri
The numerical priority of the process.