Skip to content

check RAM usage

2 messages · Joel, jim holtman

#
Hi

Is there any way to check an certain command or procedure's RAM usage?

Im after something similar to system.time(bla) that gives me the time the
command took to preform but for RAM usage.

Hope you understand what i mean.

Best regards
Joel
#
?memory.size

use before/after a sequence of commands to get an idea of the memory usage.
On Fri, Oct 29, 2010 at 5:21 AM, Joel <joda2457 at student.uu.se> wrote: