Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
af34ad36
Commit
af34ad36
authored
Jan 02, 2009
by
Eli Zaretskii
Browse files
(System Processes): Document the `time' and `ctime' attributes of
`system-process-attributes'.
parent
031da700
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/processes.texi
doc/lispref/processes.texi
+7
-2
No files found.
doc/lispref/ChangeLog
View file @
af34ad36
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.
...
...
doc/lispref/processes.texi
View file @
af34ad36
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment