adpf:caimito: 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: Id835b30e7acd50b34840131669eaf3894ea5e629
This commit is contained in:
parent
4a72fa6721
commit
95f08c856a
3 changed files with 9 additions and 9 deletions
|
@ -3170,7 +3170,7 @@
|
|||
"HBoostOffMissedCycles": 5,
|
||||
"HBoostPidPuFactor": 0.5,
|
||||
"HBoostUclampMin": 722,
|
||||
"JunkCheckTimeFactor": 1.2,
|
||||
"JankCheckTimeFactor": 1.43,
|
||||
"LowFrameRateThreshold": 25,
|
||||
"MaxRecordsNum": 300
|
||||
},
|
||||
|
@ -3203,7 +3203,7 @@
|
|||
"HBoostOffMissedCycles": 5,
|
||||
"HBoostPidPuFactor": 0.5,
|
||||
"HBoostUclampMin": 722,
|
||||
"JunkCheckTimeFactor": 1.2,
|
||||
"JankCheckTimeFactor": 1.43,
|
||||
"LowFrameRateThreshold": 25,
|
||||
"MaxRecordsNum": 300
|
||||
},
|
||||
|
@ -3236,7 +3236,7 @@
|
|||
"HBoostOffMissedCycles": 5,
|
||||
"HBoostPidPuFactor": 0.5,
|
||||
"HBoostUclampMin": 722,
|
||||
"JunkCheckTimeFactor": 1.2,
|
||||
"JankCheckTimeFactor": 1.43,
|
||||
"LowFrameRateThreshold": 25,
|
||||
"MaxRecordsNum": 300
|
||||
},
|
||||
|
|
|
@ -3170,7 +3170,7 @@
|
|||
"HBoostOffMissedCycles": 5,
|
||||
"HBoostPidPuFactor": 0.5,
|
||||
"HBoostUclampMin": 722,
|
||||
"JunkCheckTimeFactor": 1.2,
|
||||
"JankCheckTimeFactor": 1.43,
|
||||
"LowFrameRateThreshold": 25,
|
||||
"MaxRecordsNum": 300
|
||||
},
|
||||
|
@ -3203,7 +3203,7 @@
|
|||
"HBoostOffMissedCycles": 5,
|
||||
"HBoostPidPuFactor": 0.5,
|
||||
"HBoostUclampMin": 722,
|
||||
"JunkCheckTimeFactor": 1.2,
|
||||
"JankCheckTimeFactor": 1.43,
|
||||
"LowFrameRateThreshold": 25,
|
||||
"MaxRecordsNum": 300
|
||||
},
|
||||
|
@ -3236,7 +3236,7 @@
|
|||
"HBoostOffMissedCycles": 5,
|
||||
"HBoostPidPuFactor": 0.5,
|
||||
"HBoostUclampMin": 722,
|
||||
"JunkCheckTimeFactor": 1.2,
|
||||
"JankCheckTimeFactor": 1.43,
|
||||
"LowFrameRateThreshold": 25,
|
||||
"MaxRecordsNum": 300
|
||||
},
|
||||
|
|
|
@ -3170,7 +3170,7 @@
|
|||
"HBoostOffMissedCycles": 5,
|
||||
"HBoostPidPuFactor": 0.5,
|
||||
"HBoostUclampMin": 722,
|
||||
"JunkCheckTimeFactor": 1.2,
|
||||
"JankCheckTimeFactor": 1.43,
|
||||
"LowFrameRateThreshold": 25,
|
||||
"MaxRecordsNum": 300
|
||||
},
|
||||
|
@ -3203,7 +3203,7 @@
|
|||
"HBoostOffMissedCycles": 5,
|
||||
"HBoostPidPuFactor": 0.5,
|
||||
"HBoostUclampMin": 722,
|
||||
"JunkCheckTimeFactor": 1.2,
|
||||
"JankCheckTimeFactor": 1.43,
|
||||
"LowFrameRateThreshold": 25,
|
||||
"MaxRecordsNum": 300
|
||||
},
|
||||
|
@ -3236,7 +3236,7 @@
|
|||
"HBoostOffMissedCycles": 5,
|
||||
"HBoostPidPuFactor": 0.5,
|
||||
"HBoostUclampMin": 722,
|
||||
"JunkCheckTimeFactor": 1.2,
|
||||
"JankCheckTimeFactor": 1.43,
|
||||
"LowFrameRateThreshold": 25,
|
||||
"MaxRecordsNum": 300
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue