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: instruments window (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: Instruments Library

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.

Enter image details here


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -