The R Project SVN R

Rev

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

Rev 61680 Rev 61686
Line 12... Line 12...
12
}
12
}
13
\usage{
13
\usage{
14
summaryRprof(filename = "Rprof.out", chunksize = 5000,
14
summaryRprof(filename = "Rprof.out", chunksize = 5000,
15
              memory = c("none", "both", "tseries", "stats"),
15
              memory = c("none", "both", "tseries", "stats"),
16
              lines = c("hide", "show", "both"),
16
              lines = c("hide", "show", "both"),
17
              index = 2, diff = TRUE, exclude = NULL)
17
              index = 2, diff = TRUE, exclude = NULL,
-
 
18
              basenames = 1)
18
}
19
}
19
\arguments{
20
\arguments{
20
  \item{filename}{Name of a file produced by \code{Rprof()}.}
21
  \item{filename}{Name of a file produced by \code{Rprof()}.}
21
  \item{chunksize}{Number of lines to read at a time.}
22
  \item{chunksize}{Number of lines to read at a time.}
22
  \item{memory}{Summaries for memory information.  See \sQuote{Memory profiling} below.}
23
  \item{memory}{Summaries for memory information.  See \sQuote{Memory profiling} below.}
Line 25... Line 26...
25
    information.  See \sQuote{Details} below.}
26
    information.  See \sQuote{Details} below.}
26
  \item{diff}{If \code{TRUE} memory summaries use change in memory
27
  \item{diff}{If \code{TRUE} memory summaries use change in memory
27
    rather than current memory.}
28
    rather than current memory.}
28
  \item{exclude}{Functions to exclude when summarizing the stack trace
29
  \item{exclude}{Functions to exclude when summarizing the stack trace
29
    for memory summaries.}
30
    for memory summaries.}
30
 
-
 
-
 
31
  \item{basenames}{Number of components of the path to filenames to display.}
31
}
32
}
32
 
33
 
33
\details{
34
\details{
34
  This function provides the analysis code for \code{\link{Rprof}} files
35
  This function provides the analysis code for \code{\link{Rprof}} files
35
  used by \command{R CMD Rprof}.
36
  used by \command{R CMD Rprof}.