MCJack123 / craftos2

A fast, modern, and feature-filled ComputerCraft emulator written in C++.

Home Page:https://www.craftos-pc.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Monitoring

MikaylaFischler opened this issue · comments

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.