ios - Where can I find the Memory Monitor Instrument on the Mac? -
I have a hard time debugging memory crashing on a GPU-intensive app.
This answer talks about memory monitor instrument:
Then this is the Doc page from Apple:
However, when I open the device, the memory The monitor does not have to select:
(yes, I have also used scroll bar)
When I open the library, I can not find it there, either though "VM tracker" and "shared memory" devices The only sign is that they do not provide the same functionality:
Do I Really doing something special ??
I am using XCode version 6.1.1 and device version 6.1.
Thank you so much for all the answers!
Select the activity monitor template. Earlier versions of the devices had separate monitoring tools for activity, memory, network usage and file usage. In ExCode 6, Apple has added these monitoring tools to an Activity Monitor device that you can configure to show the data you're interested in, which is the storage usage in your case.
The Activity Monitor tool is not initially set to use graph memory. You will have to go to the record settings section of the extension view on the right side of the trace window and tell the device in the graph and list memory usage.
Comments
Post a Comment