Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4f0b66c authored by Hazari PraveenKumar's avatar Hazari PraveenKumar Committed by TheMalachite
Browse files

bismuth: properties: Disable VSync for CPU rendered apps

Choreographer VSync has some performance impact for CPU rendered apps
as the app has to wait for VSync to start a new frame draw. When the
frame draw time exceeds one VSync, this has a direct impact on the FPS.
"debug.cpurend.vsync" property controls the VSync for CPU rendered apps.

Disable VSync for CPU rendered app, by setting this property to false.
parent 77697167
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \

PRODUCT_PROPERTY_OVERRIDES += \
    debug.composition.type=gpu \
    debug.cpurend.vsync=false \
    debug.egl.profiler=1 \
    debug.egl.hw=1 \
    debug.hwui.renderer=skiavk \