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

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

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