0

i'm trying to run Time Profiler in Instruments and when it fires off I do not see anything in the Call Tree. Anyone see this before?

enter image description here

Ken Adams
  • 33
  • 1
  • 4
  • Does it have anything to do with you having `UICatalog` selected under *targets*? If you press "Stop", you should see something with that (like Symbols, etc). If you attach to your process you care about, you should see the data. – kgdesouz Jun 17 '13 at 02:32
  • Are you opening Instruments manually or are you having Xcode to open it using the 'Profile' button? – Gianluca Tranchedone Jun 17 '13 at 09:09

1 Answers1

0

If your program is quite small, you have to stop record then the data appears.

黃思綸
  • 65
  • 2
  • 9