The R Project SVN R

Rev

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

Rev 70260 Rev 70779
Line 27... Line 27...
27
  makes R run a little more slowly even when no objects are being
27
  makes R run a little more slowly even when no objects are being
28
  traced.  \code{tracemem} and \code{untracemem} give errors when R is not
28
  traced.  \code{tracemem} and \code{untracemem} give errors when R is not
29
  compiled with memory profiling; \code{retracemem} does not (so it can be
29
  compiled with memory profiling; \code{retracemem} does not (so it can be
30
  left in code during development).
30
  left in code during development).
31
 
31
 
32
  It is enabled in the CRAN OS X and Windows builds of \R.
32
  It is enabled in the CRAN macOS and Windows builds of \R.
33
 
33
 
34
  When an object is traced any copying of the object by the C function
34
  When an object is traced any copying of the object by the C function
35
  \code{duplicate} produces a message to standard output, as does type
35
  \code{duplicate} produces a message to standard output, as does type
36
  coercion and copying when passing arguments to \code{.C} or
36
  coercion and copying when passing arguments to \code{.C} or
37
  \code{.Fortran}.
37
  \code{.Fortran}.