美文网首页
Instruments 中Time Profile的使用

Instruments 中Time Profile的使用

作者: 浪淘沙008 | 来源:发表于2019-10-02 19:21 被阅读0次
    • 在运行项目到手机之前将Build Settings中的Debug Information Format修改为DWARF with dSYM File,这个选项决定了记录debug信息的文件格式。其中DWARF是较老的文件格式,会在编译时将debug信息写在执行文件中。不设置为DWARF with dSYM File选项的话,在TimeProfile中就只能看到一堆地址
    • 按照下图步骤打开Instruments并找到Time Profile双击打开
    open.png
    • 点击运行并进行设置即可抓取每个方法运行的时间


      result.png
    • 双击方法即可查看该方法的代码

    相关文章

      网友评论

          本文标题:Instruments 中Time Profile的使用

          本文链接:https://www.haomeiwen.com/subject/xejrpctx.html