1. 程式人生 > >[轉]Xcode中TimeProfile的使用

[轉]Xcode中TimeProfile的使用

www with imageview 我們 nsh detail for ng- ans

一、對Xcode進行設置

如果想要在TimeProfile中直觀的查看方法耗時,需要對Xcode進行設置

在Xcode->Build Setting->Debug Information Format中設置選項為:DWARF with DSYM File

技術分享
Xcode中TimeProfile使用-1.png

註意:不為該選項的話,在TimeProfile中就只能看到一堆線程

二、對TimeProfile進行設置

1、在TimeProfile的Call Tree中,右側面板有三個檢查器:record setting(記錄設置)、display setting(展示設置)、還有extends detail(擴展詳情)

2、我們選擇display setting,並在該選擇器中勾選Separate by Thread和Hide System Libraries(兩個最基本的選項)

技術分享
Xcode中TimeProfile使用-2.png

3、這樣就可以逐級查看每個方法的耗時了

技術分享
Xcode中TimeProfile使用-3.png

作者:YunsChou
鏈接:http://www.jianshu.com/p/8e682044e254
來源:簡書
著作權歸作者所有。商業轉載請聯系作者獲得授權,非商業轉載請註明出處。

[轉]Xcode中TimeProfile的使用