The R Project SVN R

Rev

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

Rev 68948 Rev 70056
Line 1... Line 1...
1
% File src/library/base/man/setTimeLimit.Rd
1
% File src/library/base/man/setTimeLimit.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2011 R Core Team
3
% Copyright 1995-2016 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{setTimeLimit}
6
\name{setTimeLimit}
7
\alias{setTimeLimit}
7
\alias{setTimeLimit}
8
\alias{setSessionTimeLimit}
8
\alias{setSessionTimeLimit}
Line 15... Line 15...
15
setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)
15
setTimeLimit(cpu = Inf, elapsed = Inf, transient = FALSE)
16
 
16
 
17
setSessionTimeLimit(cpu = Inf, elapsed = Inf)
17
setSessionTimeLimit(cpu = Inf, elapsed = Inf)
18
}
18
}
19
\arguments{
19
\arguments{
20
  \item{cpu}{double.  Limit on total cpu time.}
20
  \item{cpu, elapsed}{double (of length one).  Set a limit on
21
  \item{elapsed}{double.  Limit on elapsed time.}
21
    the total or elapsed cpu time in seconds, respectively.}
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