lua-users home
lua-l archive

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


Hi!

Is there an easy way to just get basic diagnostic information about a lua state?  How much memory it is using, etc?  I have a system in which an environment is created and then periodically called back.  Over time, it tends to get slower and I think something may be leaking.  I need a little more diagnostic data to help track it down.

Best regards,
-Andrew