Open
Description
I'm looking for some commands that can get me the following information;
- The currently running memory usage
- Running a GC
- A full heap snapshot to see what is being retained after a GC.
I can do all three of these easily in Android. But I'm not seeing anything accessible in iOS to get the same information. 1 & 2 are the most important, 3 is a nice feature..
Any pointers would be appreciated...