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:
parent
d0bc1e5b8f
commit
38a646e5e7
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ ro.vendor.fm.use_audio_session=true
|
||||||
# Gboard
|
# Gboard
|
||||||
ro.com.google.ime.kb_pad_port_b=1
|
ro.com.google.ime.kb_pad_port_b=1
|
||||||
|
|
||||||
|
# Disable vsync for cpu rendered apps
|
||||||
|
debug.cpurend.vsync=false
|
||||||
|
|
||||||
# Graphics
|
# Graphics
|
||||||
debug.egl.hw=1
|
debug.egl.hw=1
|
||||||
debug.sf.hw=1
|
debug.sf.hw=1
|
||||||
|
|
Loading…
Reference in a new issue