Xcode 4 中的仪器

发布于 2024-10-22 10:40:28 字数 123 浏览 1 评论 0原文

我试图在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

家住魔仙堡 2024-10-29 10:40:29

如果您想将仪器与您的产品一起使用:

产品 ->配置文件

这会弹出一个对话框,您可以在其中选择泄漏、分配等。

If you want to use Instruments with your product:

Product -> Profile

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

纵情客 2024-10-29 10:40:29

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.

鼻尖触碰 2024-10-29 10:40:29

产品->执行操作 ->没有建筑的轮廓
这应该会生成一个对话框,从中选择良好的旧已知仪器模板。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文