user interface - Xcode Instruments Time Profiler Understanding which methods are taking the most time -
my ui acting choppy , trying understand source is.
there lot of options using xcode instruments , not sure set of them best me.
from playing around of them seems time spent in [calayer drawincontext]
, [calayer layoutsublayers]
have no idea in context methods called (what part of ui doing that).
which options should choosing in order better understand?
also know if there way see running in background doesn't belong current visible ui (i think in background may thrashing cpu)
toogle display of primary views , select:
- separated thread
- invert call tree
- hide system libraries
- show obj-c only
try see this: http://www.raywenderlich.com/23037/how-to-use-instruments-in-xcode
Comments
Post a Comment