The R Project SVN R

Rev

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

Rev 61719 Rev 61739
Line 9... Line 9...
9
\description{
9
\description{
10
  Enable or disable profiling of the execution of \R expressions.
10
  Enable or disable profiling of the execution of \R expressions.
11
}
11
}
12
\usage{
12
\usage{
13
Rprof(filename = "Rprof.out", append = FALSE, interval = 0.02,
13
Rprof(filename = "Rprof.out", append = FALSE, interval = 0.02,
14
       memory.profiling = FALSE, line.profiling = FALSE,
14
       memory.profiling = FALSE, gc.profiling = FALSE, 
15
       gc.profiling = FALSE, numfiles = 100L, bufsize = 10000L)
15
       line.profiling = FALSE, numfiles = 100L, bufsize = 10000L)
16
}
16
}
17
\arguments{
17
\arguments{
18
  \item{filename}{
18
  \item{filename}{
19
    The file to be used for recording the profiling results.
19
    The file to be used for recording the profiling results.
20
    Set to \code{NULL} or \code{""} to disable profiling.
20
    Set to \code{NULL} or \code{""} to disable profiling.