开发者

How can I calculate the frame rate of scrolling?

开发者 https://www.devze.com 2023-04-04 22:30 出处:网络
I have a scroller view like the launcher workspace. How do I know the frame rate while t开发者_Go百科he view is scrolling?I assume that you are interested in a number of in-between repaints per second

I have a scroller view like the launcher workspace. How do I know the frame rate while t开发者_Go百科he view is scrolling?


I assume that you are interested in a number of in-between repaints per second, upper bound of which is determined by a processing delay between consecutive repaints. You may be able to measure this beforehand by a smooth scroll of one vertical pixel.

0

精彩评论

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