[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Getting "State" Data
- From: Andrew Budd <andrew.budd@...>
- Date: Thu, 4 Oct 2012 18:46:12 -0400
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