aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2009-01-02 15:20:05 +0000
committerEli Zaretskii2009-01-02 15:20:05 +0000
commitaf34ad36fcf1929058cccf5520ccd3ea0a8d0b7a (patch)
treedd73dd86ac83beed019a12a0dc8eafe264db7db2 /doc
parent031da700f09dbe6b95acee153ab7f90fe6a61c0f (diff)
downloademacs-af34ad36fcf1929058cccf5520ccd3ea0a8d0b7a.tar.gz
emacs-af34ad36fcf1929058cccf5520ccd3ea0a8d0b7a.zip
(System Processes): Document the `time' and `ctime' attributes of
`system-process-attributes'.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/processes.texi9
2 files changed, 12 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 29ba5e4830e..b3e302cdc7b 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12009-01-02 Eli Zaretskii <eliz@gnu.org>
2
3 * processes.texi (System Processes): Document the `time' and
4 `ctime' attributes of `system-process-attributes'.
5
12009-01-01 Chong Yidong <cyd@stupidchicken.com> 62009-01-01 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * display.texi (Face Attributes): Clarify :height attribute. 8 * display.texi (Face Attributes): Clarify :height attribute.
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 8a7018811c8..f18c758f942 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -1744,10 +1744,15 @@ Time spent by the process in the system (kernel) context, for
1744processing system calls. The corresponding @var{value} is in the same 1744processing system calls. The corresponding @var{value} is in the same
1745format as for @code{utime}. 1745format as for @code{utime}.
1746 1746
1747@item time
1748The 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
1749Like @code{utime} and @code{stime}, but includes the times of all the 1753@itemx ctime
1750child processes of the given process. 1754Like @code{utime}, @code{stime}, and @code{time}, but include the
1755times of all the child processes of the given process.
1751 1756
1752@item pri 1757@item pri
1753The numerical priority of the process. 1758The numerical priority of the process.