The R Project SVN R

Rev

Rev 85931 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85931 Rev 88907
Line 48... Line 48...
48
  The R sampling profiler, \code{\link{Rprof}} also collects
48
  The R sampling profiler, \code{\link{Rprof}} also collects
49
  memory information.
49
  memory information.
50
 
50
 
51
  \code{\link{tracemem}} traces duplications of specific objects.
51
  \code{\link{tracemem}} traces duplications of specific objects.
52
 
52
 
53
  The chapter on \sQuote{Tidying and profiling R code}
53
  The Chapter \manual{R-exts}{Tidying and profiling R code}.
54
  in the \sQuote{Writing R Extensions} manual.
-
 
55
}
54
}
56
\examples{\dontrun{
55
\examples{\dontrun{
57
## not supported unless R is compiled to support it.
56
## not supported unless R is compiled to support it.
58
Rprofmem("Rprofmem.out", threshold = 1000)
57
Rprofmem("Rprofmem.out", threshold = 1000)
59
example(glm)
58
example(glm)