(System Processes): Document the time' and
ctime' attributes of
`system-process-attributes'.
This commit is contained in:
parent
031da700f0
commit
af34ad36fc
2 changed files with 12 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue