仪器、CPU 时间分析、不显示 Obj-C 调用

发布于 2024-10-22 03:48:39 字数 170 浏览 3 评论 0原文

我正在尝试分析我的代码并使用 Instruments(iOS->CPU->Time Profiler)。我选择应用程序并运行测试。在“调用树”选项中,我选择“仅显示 Obj-C”复选框,但看不到我的应用程序调用,只看到系统/sdk 库内部调用。 该程序以调试模式构建。

如何查看我的应用程序的调用?

I'm trying to profile my code and use Instruments (iOS->CPU->Time Profiler) for it. I choose application and run the test. In Call Tree options I select 'Show Obj-C Only' check box but I don't see my application calls, just system/sdk libraries internal calls.
The program built in debug mode.

How can I see my application's call?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

长安忆 2024-10-29 03:48:39

您正在使用发布配置进行分析,但该配置没有调试符号。编辑目标方案并选择调试

you are profiling with the release configuration, but that one does not have hte debug symbols. Edit the target scheme and pick the debug

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