The R Project SVN R

Rev

Rev 59039 | Rev 70056 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61433
Line 18... Line 18...
18
}
18
}
19
\arguments{
19
\arguments{
20
  \item{cpu}{double.  Limit on total cpu time.}
20
  \item{cpu}{double.  Limit on total cpu time.}
21
  \item{elapsed}{double.  Limit on elapsed time.}
21
  \item{elapsed}{double.  Limit on elapsed time.}
22
  \item{transient}{logical.  If \code{TRUE}, the limits apply only to
22
  \item{transient}{logical.  If \code{TRUE}, the limits apply only to
23
    the rest of the current computation.} 
23
    the rest of the current computation.}
24
}
24
}
25
\details{
25
\details{
26
  \code{setTimeLimit} sets limits which apply to each top-level
26
  \code{setTimeLimit} sets limits which apply to each top-level
27
  computation, that is a command line (including any continuation lines)
27
  computation, that is a command line (including any continuation lines)
28
  entered at the console or from a file.  If it is called from within a
28
  entered at the console or from a file.  If it is called from within a
Line 38... Line 38...
38
  Time limits are checked whenever a user interrupt could occur.
38
  Time limits are checked whenever a user interrupt could occur.
39
  This will happen frequently in \R code and during \code{\link{Sys.sleep}},
39
  This will happen frequently in \R code and during \code{\link{Sys.sleep}},
40
  but only at points in compiled C and Fortran code identified by the
40
  but only at points in compiled C and Fortran code identified by the
41
  code author.
41
  code author.
42
#ifdef unix
42
#ifdef unix
43
  
43
 
44
  \sQuote{Total cpu time} includes that used by child processes where
44
  \sQuote{Total cpu time} includes that used by child processes where
45
  the latter is reported.
45
  the latter is reported.
46
#endif
46
#endif
47
}
47
}
48
\keyword{ utilities }
48
\keyword{ utilities }