lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, 2005-01-12 at 06:10, Roberto Ierusalimschy wrote:
> As you took long to reply, I came up with my own method. I
> changed lmem.c to trace the important variables at each memory
> operation. Instead of a counter, I use "total memory use" as the x
> axys. And I added a small trick to avoid too many points:

Umm, but if the memory use goes up and down, the variables
won't be a function of x. Don't you mean 'total memory 
ever allocated' -- which is certain to be 
monotonic increasing?


-- 
John Skaller, mailto:skaller@users.sf.net
voice: 061-2-9660-0850, 
snail: PO BOX 401 Glebe NSW 2037 Australia
Checkout the Felix programming language http://felix.sf.net