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 find any such thing to do it in xcode 4.. would anyone be able to tell me how to do this?

link|improve this question

feedback

3 Answers

up vote 35 down vote accepted

If you want to use Instruments with your product:

Product -> Profile

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

link|improve this answer
thank you for the reply.. I got it... – learner2010 Mar 15 '11 at 14:21
feedback

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.

link|improve this answer
thanks for the reply... that is the way... – learner2010 Mar 15 '11 at 14:21
feedback

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

link|improve this answer
"valid provision profile for this executable was not found" error occurs when I click "Profile without building". But I could run the app in the normal way without any provisioning issues. Any idea why? – ThE uSeFuL Sep 20 '11 at 12:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.