You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: