0

On older version of time profiler it was possible to view the amount of time lines of code would take to execute, or the user stack info. This info is not available anymore/

enter image description here

Instead this is what appears on the latest version

enter image description here

aryaxt
  • 76,198
  • 92
  • 293
  • 442

1 Answers1

0

Make sure you check seconde tab same with old version of Xcode:

enter image description here

If check it we will see:

enter image description here

And:

enter image description here

Hope this help!

vien vu
  • 4,277
  • 2
  • 17
  • 30
  • still doesn't work :( All i see is memory locations, no class name or method name in the stack – aryaxt Dec 16 '15 at 23:29
  • @aryaxt Do you miss something? After select like above I can see same as you want. It weird. @_@ – vien vu Dec 16 '15 at 23:35
  • hmmmm I don't see any of that? are you running the latest version of xcode (7.1+)? yours look like how I used to have it? – aryaxt Dec 16 '15 at 23:53