-
Notifications
You must be signed in to change notification settings - Fork 635
How to test the real FPS in my browser?(Chrome or Firefox) #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
By the way I am using STF and want to get the real FPS in time. Thanks. |
We had this feature before, we'll add it back |
There used to be an FPS counter in the STF UI. Basically the FPS reported by STF was the speed at which the browser could receive and render frames. However, it's currently difficult to measure, since on newer Android versions we don't read a frame at all if there's no change on the screen. So most of the time it would probably show <1 FPS. For one frame, all of this needs to happen:
Therefore, the measurable FPS is different at every point. The values mentioned in the README cover all steps and are a reasonable average based on our personal experience. If you want to measure meaningful FPS, you should write your own application that reads data from the minicap socket over USB as quickly as possible, open an application that's always moving (perhaps a game) and count how many frames it has received. |
Perhaps eventually, but I'm too busy to do anything about it right now. On Friday, 6 November 2015, Tierney0115 notifications@github.com wrote:
|
OK. I will try to figure it out. Thank you anyway |
I searched the solution online but did not find a way to do this. How do you test the FPS to get the result 30-40 or 10-20? Thanks.
The text was updated successfully, but these errors were encountered: