mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Fix early app initialization delay
For App the previous value was 2ms which under 16.6ms vsync time will leave the App with ~20.5ms (16.6ms * 2 - 10.5ms - 2ms). This increases Performance.
This commit is contained in:
parent
e2ee671f9a
commit
04380bc8d8
1 changed files with 2 additions and 2 deletions
|
|
@ -37,9 +37,9 @@ debug.sf.use_phase_offsets_as_durations=1
|
|||
debug.sf.late.sf.duration=10500000
|
||||
debug.sf.late.app.duration=20500000
|
||||
debug.sf.early.sf.duration=16000000
|
||||
debug.sf.early.app.duration=33500000
|
||||
debug.sf.early.app.duration=16500000
|
||||
debug.sf.earlyGl.sf.duration=13500000
|
||||
debug.sf.earlyGl.app.duration=38000000
|
||||
debug.sf.earlyGl.app.duration=21000000
|
||||
debug.sf.disable_client_composition_cache=1
|
||||
|
||||
# Display
|
||||
|
|
|
|||
Loading…
Reference in a new issue