[Rd] RProf + memory profiling

Hadley Wickham h.wickham at gmail.com
Wed Aug 28 15:50:51 CEST 2013


Hi all,

RProf with memory profiling = TRUE provides a useful breakdown of R's
memory usage into small vectors, big vectors and nodes.  Is there a
way to get this information from the command line? gc() aggregates
small and big vectors into one number and (obviously) also does a gc.
Are there any other options?

Thanks!

Hadley

-- 
Chief Scientist, RStudio
http://had.co.nz/



More information about the R-devel mailing list