Skip to content
Prev 336002 / 398500 Next

Inconsistent results between first run of Rprof and next runs of Rprof

You should at least post the script so that we see what line 33 is.
For example, was it an input statement so that on the second time you
ran the data was cached in memory?  Did you remove all the objects and
do a gc() to clean up memory before trying again (maybe there was some
data hanging around that helped out).  It is not unknown to get
different results if you are having to access, especially, external
data.

Jim Holtman
Data Munger Guru

What is the problem that you are trying to solve?
Tell me what you want to do, not how you want to do it.
On Wed, Jan 29, 2014 at 8:29 AM, Nathan Uyttendaele <na.uytten at gmail.com> wrote: