mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: 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. Change-Id: I93cfa7c588f1ab80803940c8059073075fd49506 Signed-off-by: Akash <akashniki@gmail.com> Signed-off-by: Ayush Dubey <ayushdubey70@gmail.com> Signed-off-by: Joey Huab <joey@evolution-x.org> Signed-off-by: chiranth <chiranthangadi123@gmail.com> Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
1edd43470b
commit
42a02fc4a5
1 changed files with 3 additions and 0 deletions
|
|
@ -14,3 +14,6 @@ persist.sys.fflag.override.settings_provider_model=false
|
|||
|
||||
# IORap
|
||||
persist.device_config.runtime_native_boot.iorap_readahead_enable=true
|
||||
|
||||
# Graphics
|
||||
debug.cpurend.vsync=false
|
||||
|
|
|
|||
Loading…
Reference in a new issue