Search code examples
iosperformanceinstruments

iOS - Performance testing?


What is the right instrument tool to perform analyze testing on iOS. I am noticing some lags on my app while performing certain task, and I would like to see what's causing these performance hits.


Solution

  • The Time Profiler is what you want.
    It allows you to check which operations took longest.

    It can even distinguish calls you are responsible for and things you don't even affect.