Ability to get a variable's memory usage (SLua only maybe?)
planned
Coyote Enthusiast
It'd be useful to be able to check to see what a object's memory usage is, such as a table or string. Can be used to sanity check stuff.
Not sure how feasible it would be to implement though.
Log In
H
Harold Linden
marked this post as
planned
We plan to introduce some tools for better memory-usage analysis and debugging _after_ the initial release, but this is definitely something we're interested in.
Internally I've written a tool for doing graphing of a particular script's resources to debug the VM itself, but exposing it to users would require a lot more care.