sdm660-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.

Signed-off-by: ImPrashantt <prashant33968@gmail.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
PainKiller3 2022-04-11 04:43:59 +00:00 committed by pix106
parent 4621e54709
commit 13af2ab0bf

View file

@ -30,6 +30,9 @@ persist.vendor.data.profile_update=true
# Disable GC freed lines
dalvik.vm.debug.alloc=0
# Disable vsync for cpu rendered apps
debug.cpurend.vsync=false
# Display
debug.performance.tuning=1
debug.renderengine.backend=skiaglthreaded