Is there a way to get better insight of memory/cpu usage during development?
Given the overactive OOM-killer in SFOS I’d like to understand how changes I make to my program impact memory usage and if I could see it “live” broken down into what objects are in memory etc that would be even better (and CPU usage a cool bonus).
Yes I know that I can raise limits, but I can’t expect a normal user to enable developer mode, dive into a root shell and modify those limits.