-
Notifications
You must be signed in to change notification settings - Fork 74
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
About fastpath mode in screen latency test #121
Comments
I don't know much about the fast path mode. As far as I remember, the code for fast path mode was taken from some example I got from another team. My guess would also be that this behaviour heavily depends on hardware or drivers. |
Thanks for your reply! |
1 similar comment
Thanks for your reply! |
I don't think I will be able to help you, I don't know much about low level graphics code on Android & Linux. Sorry. |
There is fastpath mode in screen latency test, In the code it invoke "setSharedBufferMode" method which means use single Buffer to render and display. But from the systrace of fastpath test, the graphicBuffer was dequeued and queued normally, and there is 2 graphicBuffer:SurfaceView - org.chromium.latency.walt/org.chromium.latency.walt.MainActivity#0:0 and SurfaceView - org.chromium.latency.walt/org.chromium.latency.walt.MainActivity#0: 1。
So the queston is:
Thanks!
The text was updated successfully, but these errors were encountered: