Measuring the UITableView Scrolling Performance - iphone

前端 未结 2 621
礼貌的吻别
礼貌的吻别 2021-02-01 10:05

I am trying to measure the scrolling performance for my UITableView, between using subview and drawing the view myself. As we may know about scrolling performance, there are a c

2条回答
  •  自闭症患者
    2021-02-01 10:39

    I'd suggest using Instruments rather than trying to run the test directly in your code. The Core Animation tool will track the actual number of frames per second (FPS) that your app’s displaying.

提交回复
热议问题