Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why VM Tracker is empty?

I'm using Allocations template to profile my app on iPhone, but VM Tracker is always empty. Why? How to make it show data?

enter image description here

like image 734
an0 Avatar asked Jul 27 '12 16:07

an0


1 Answers

You have to tell it to take snapshots periodically. Before starting the app...

  1. Click on the VM Tracker Instrument to activate it.
  2. Show the Detail View (Command-D) if you don't see it already.
  3. In the left (blue) side bar, activate "Automatic Snapshotting".
  4. Run.

Optionally you can choose to take snapshots manually before and after interesting events in your app.

like image 62
Nikolai Ruhe Avatar answered Sep 18 '22 22:09

Nikolai Ruhe