| Line 26... |
Line 26... |
| 26 |
\value{
|
26 |
\value{
|
| 27 |
An object of class \code{"proc_time"} which is a numeric vector of
|
27 |
An object of class \code{"proc_time"} which is a numeric vector of
|
| 28 |
length 5, containing the user, system, and total elapsed times for the
|
28 |
length 5, containing the user, system, and total elapsed times for the
|
| 29 |
currently running \R process, and the cumulative sum of user and
|
29 |
currently running \R process, and the cumulative sum of user and
|
| 30 |
system times of any child processes spawned by it on which it has
|
30 |
system times of any child processes spawned by it on which it has
|
| 31 |
waited. (The \code{print} method combines the child times with those
|
31 |
waited. (The \code{print} method uses the \code{summary} method to
|
| 32 |
of the main process.)
|
32 |
combine the child times with those of the main process.)
|
| 33 |
|
33 |
|
| 34 |
The definition of \sQuote{user} and \sQuote{system} times is from your
|
34 |
The definition of \sQuote{user} and \sQuote{system} times is from your
|
| 35 |
OS. Typically it is something like
|
35 |
OS. Typically it is something like
|
| 36 |
|
36 |
|
| 37 |
\emph{The \sQuote{user time} is the CPU time charged for the execution
|
37 |
\emph{The \sQuote{user time} is the CPU time charged for the execution
|
| 38 |
of user instructions of the calling process. The \sQuote{system time}
|
38 |
of user instructions of the calling process. The \sQuote{system time}
|