adpf:akita: update hboost jank check time factor.
Update it to align with the HWUI target duration scale factor, so the adjusted jank check time duration is same as expected frame timeline's duration. HWUI target duration scale factor is 70%, and its inverse value is approximately 1.43. Bug: 204204746 Test: adb shell dumpsys android.hardware.power.IPower/default; Check the device adpf sessions' traces. Change-Id: Ia5b1090d54cd5b8c9490813a8ba74532a50f2b8a
This commit is contained in:
parent
2d10d8f4c3
commit
cbeff97fef
1 changed files with 3 additions and 3 deletions
|
@ -2900,7 +2900,7 @@
|
||||||
"HBoostOffMissedCycles": 5,
|
"HBoostOffMissedCycles": 5,
|
||||||
"HBoostPidPuFactor": 0.5,
|
"HBoostPidPuFactor": 0.5,
|
||||||
"HBoostUclampMin": 722,
|
"HBoostUclampMin": 722,
|
||||||
"JunkCheckTimeFactor": 1.2,
|
"JankCheckTimeFactor": 1.43,
|
||||||
"LowFrameRateThreshold": 25,
|
"LowFrameRateThreshold": 25,
|
||||||
"MaxRecordsNum": 300
|
"MaxRecordsNum": 300
|
||||||
},
|
},
|
||||||
|
@ -2935,7 +2935,7 @@
|
||||||
"HBoostOffMissedCycles": 5,
|
"HBoostOffMissedCycles": 5,
|
||||||
"HBoostPidPuFactor": 0.5,
|
"HBoostPidPuFactor": 0.5,
|
||||||
"HBoostUclampMin": 722,
|
"HBoostUclampMin": 722,
|
||||||
"JunkCheckTimeFactor": 1.2,
|
"JankCheckTimeFactor": 1.43,
|
||||||
"LowFrameRateThreshold": 25,
|
"LowFrameRateThreshold": 25,
|
||||||
"MaxRecordsNum": 300
|
"MaxRecordsNum": 300
|
||||||
},
|
},
|
||||||
|
@ -2970,7 +2970,7 @@
|
||||||
"HBoostOffMissedCycles": 5,
|
"HBoostOffMissedCycles": 5,
|
||||||
"HBoostPidPuFactor": 0.5,
|
"HBoostPidPuFactor": 0.5,
|
||||||
"HBoostUclampMin": 722,
|
"HBoostUclampMin": 722,
|
||||||
"JunkCheckTimeFactor": 1.2,
|
"JankCheckTimeFactor": 1.43,
|
||||||
"LowFrameRateThreshold": 25,
|
"LowFrameRateThreshold": 25,
|
||||||
"MaxRecordsNum": 300
|
"MaxRecordsNum": 300
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue