Xcode 4 中的仪器
我试图在 xcode 4 中打开仪器,但无法找到方法。通常在 Xcode 3 中,我们会执行 run ->;使用性能工具运行...但我真的没有找到任何这样的事情可以在 xcode 4 中执行它..有人能告诉我如何做到这一点吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您想将仪器与您的产品一起使用:
产品 ->配置文件
这会弹出一个对话框,您可以在其中选择泄漏、分配等。
If you want to use Instruments with your product:
Product -> Profile
This brings up a dialog where you can choose Leaks, Allocations, etc.
Cmd-I 还可以调用配置文件。
默认情况下,Profile 设置为使用 Release 版本。如果您希望它使用“调试”,请下拉平台下拉列表,选择“编辑方案”,转到“配置文件”侧选项卡,并告诉它使用“调试”而不是“发布”。
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.
产品->执行操作 ->没有建筑的轮廓
这应该会生成一个对话框,从中选择良好的旧已知仪器模板。
Product -> Perform Action -> Profile Without Building
This should spawn a dialog to choose the good old known Instrument's templates from.