[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Memory tracking
- From: "Jonathan Shaw" <jshaw@...>
- Date: Tue, 6 Dec 2005 18:05:06 -0000
Hello!
I was just wondering
if anyone has any tips on tracking memory usage in Lua? The only thing I've
worked out so far is to use gcinfo() before and after specific function calls
and looking at the difference, but that only gives the result in kilobytes, and
is slightly fiddly. Are there better ways of doing this, or are there any tools
out there that can help?
Thanks in
advance,
Jonathan