Thanks to visit codestin.com
Credit goes to github.com

Skip to content

About fastpath mode in screen latency test #121

@buddhist182

Description

@buddhist182

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:

  1. Does fastpath mode use the single Buffer mode?
  2. If so, why the fastpath mode use 2 graphic Buffer, does it need hardware support?
    Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions