diff options
| author | Eli Zaretskii | 2009-01-02 15:20:05 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-01-02 15:20:05 +0000 |
| commit | af34ad36fcf1929058cccf5520ccd3ea0a8d0b7a (patch) | |
| tree | dd73dd86ac83beed019a12a0dc8eafe264db7db2 /doc | |
| parent | 031da700f09dbe6b95acee153ab7f90fe6a61c0f (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/processes.texi | 9 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-01-01 Chong Yidong <cyd@stupidchicken.com> | 6 | 2009-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 | |||
| 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. |