craftos2
craftos2 copied to clipboard
Memory Monitoring
Is your feature request related to a problem? Please describe. Tracking memory usage in the Java version of ComputerCraft is a challenge, so it would be nice to be able to track memory usage of a program running in craftos-pc.
Describe the solution you'd like Either some interface provided within a program, or a tab/addition to the debugger peripheral.
Describe alternatives you've considered
collectgarbage
is implemented in craftos-pc which is nice, but it would be helpful to have something that doesn't require adding a bunch of commands everywhere, though that does work.