Instruments in Xcode 4

后端 未结 3 1057
野趣味
野趣味 2020-12-09 16:13

I was trying to open instruments in xcode 4 but was not able to find a way to do it. Usually in Xcode 3, we would do run -> run with performance tool... but I dont really fi

相关标签:
3条回答
  • 2020-12-09 17:04

    If you want to use Instruments with your product:

    Product -> Profile

    This brings up a dialog where you can choose Leaks, Allocations, etc.

    0 讨论(0)
  • 2020-12-09 17:04

    Product -> Perform Action -> Profile Without Building This should spawn a dialog to choose the good old known Instrument's templates from.

    0 讨论(0)
  • 2020-12-09 17:05

    Cmd-I also works to invoke Profile.

    By default Profile is set up to use the Release build. If you want it to use Debug then pull down the platform dropdown, select "Edit Scheme", go to the "Profile" side-tab, and tell it to use Debug instead of Release.

    0 讨论(0)
提交回复
热议问题