仪器、CPU 时间分析、不显示 Obj-C 调用
我正在尝试分析我的代码并使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在使用发布配置进行分析,但该配置没有调试符号。编辑目标方案并选择调试
you are profiling with the release configuration, but that one does not have hte debug symbols. Edit the target scheme and pick the debug