sdm710-common: props: 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.
This commit is contained in:
PainKiller3 2022-10-09 14:11:00 +07:00 committed by CakesTwix
parent d0bc1e5b8f
commit 38a646e5e7
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -35,6 +35,9 @@ ro.vendor.fm.use_audio_session=true
# Gboard
ro.com.google.ime.kb_pad_port_b=1
# Disable vsync for cpu rendered apps
debug.cpurend.vsync=false
# Graphics
debug.egl.hw=1
debug.sf.hw=1