开发者

iOS UI performance profiling

开发者 https://www.devze.com 2023-02-02 07:19 出处:网络
So far, I have always tested the performance (i.e. \"smoothness\") of my iOS user interfaces informally, by testing the user interface myself. This is 开发者_JS百科obviously not a very accurate way to

So far, I have always tested the performance (i.e. "smoothness") of my iOS user interfaces informally, by testing the user interface myself. This is 开发者_JS百科obviously not a very accurate way to profile the performance, so I wondered whether there were some methods / tools that are designed to do this. Are there?


Use the Instruments tool 'Core Animation' to measure graphics (and thus UI) performance. Mostly in the form of frame rate (which is a formal way of measuring smoothness), but you can also configure it to show overlapping and blended views (which your GPU absolutely hates).

Also, there are some great WWDC sessions available for iOS developers on this topic.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号