Re: [R] memory profiling

2010-11-22 Thread Patrick Leyshock
Using: summaryRprof(memory="both") did the trick, thank you. I had not been using that setting when calling summaryRprof. Thanks, Patrick 2010/11/20 Uwe Ligges > > > On 19.11.2010 21:48, Patrick Leyshock wrote: > >> I'm trying to configure Version 2.12.0 or R to do memory profiling. >> >>

Re: [R] memory profiling

2010-11-22 Thread Patrick Leyshock
> Using: > > summaryRprof(memory="both") > > did the trick, thank you. I had not been using that setting when calling > summaryRprof. > > Thanks, Patrick > > 2010/11/20 Uwe Ligges > > >> >> On 19.11.2010 21:48, Patrick Leyshock wrote: >> >>> I'm trying to configure Version 2.12.0 or R to do mem

Re: [R] memory profiling

2010-11-20 Thread Uwe Ligges
On 19.11.2010 21:48, Patrick Leyshock wrote: I'm trying to configure Version 2.12.0 or R to do memory profiling. I've reconfigured the code: % ./compile --enable-memory-profiling=YES and verified that it's configured correctly by examining the output. I then rebuild R: % make Then I fire