1

I once connected an iphone running a specific app to a Mac running Xcode 9.x and could see in the left hand pane a horizontal bar graph of CPU performance, memory usage and maybe a graph on memory leak

I was never able to reproduce this display.

Would appreciate any pointer on how I can reproduce this view

Tori
  • 1,358
  • 4
  • 19
  • 38

1 Answers1

3

Try View > Navigators > Debug Navigator in Xcode.

Edit

You need to be running the app for the horizontal bar, memory usage, etc. to show up.

enter image description here

Jacob M. Barnard
  • 1,347
  • 1
  • 10
  • 24