iPhone:时间剖面仪

问题描述 投票:0回答:2

有没有好的教程或描述如何使用时间剖面仪? 我发现的只是 http://blancer.com/tutorials/flex/78335/apple-profiling-tools-shark-is-out-instruments-is-in/

http://mobile.tutsplus.com/tutorials/iphone/ios-sdk-time-profiling-with-instruments/

我明白我应该使用“仅显示 obj - C”选项。但是旗帜呢?如何使用它们?如何创建它们?谢谢..

iphone instruments
2个回答
0
投票

将虚线拖到要标记的区域后,按

command
+
down
即可创建标记。


0
投票

使用命令“Cmd + I”让Xcode分析您的项目,然后分析后,会出现Instruments工具,有很多模板可以分析您的应用程序,包括“Time Profile”。

您可以在此处查看详细说明:https://developer.apple.com/videos/play/wwdc2019/411/

© www.soinside.com 2019 - 2024. All rights reserved.