ios - How to track down which operation is low down the launching process? -


it takes long duration of time app launched. how can track down operation causes trouble?

your best option use time profiler part of instruments.

you can press cmd + i start profiling application. select time profiler.

enter image description here

this tool records how long each call takes , can use narrow down parts of code causing biggest problems.

enter image description here

double clicking entry show calls within method , how long each take

enter image description here

i find useful select these options in "call tree"

enter image description here


Comments

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

Process 'command 'F:\android-sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1 -