Adpf:akita: revert heuristic boost triggering condition.
This reverts previous JankCheckTimeFactor from 1.43 to 1.2. Since the current reported duration doesn't include the GPU part, the JankCheckTimeFactor needs to be smaller for matching jank frame detection. Bug: 204204746 Test: adb shell dumpsys android.hardware.power.Ipower/default; check adpf sessions' traces. Change-Id: Ia90372cf08ddc31bfa527553b81e78084ac73f48
This commit is contained in:
parent
6d72feab29
commit
1dc6a9f589
1 changed files with 3 additions and 3 deletions
|
@ -2982,7 +2982,7 @@
|
||||||
"HBoostOffMissedCycles": 5,
|
"HBoostOffMissedCycles": 5,
|
||||||
"HBoostPidPuFactor": 0.5,
|
"HBoostPidPuFactor": 0.5,
|
||||||
"HBoostUclampMin": 722,
|
"HBoostUclampMin": 722,
|
||||||
"JankCheckTimeFactor": 1.43,
|
"JankCheckTimeFactor": 1.2,
|
||||||
"LowFrameRateThreshold": 25,
|
"LowFrameRateThreshold": 25,
|
||||||
"MaxRecordsNum": 300
|
"MaxRecordsNum": 300
|
||||||
},
|
},
|
||||||
|
@ -3017,7 +3017,7 @@
|
||||||
"HBoostOffMissedCycles": 5,
|
"HBoostOffMissedCycles": 5,
|
||||||
"HBoostPidPuFactor": 0.5,
|
"HBoostPidPuFactor": 0.5,
|
||||||
"HBoostUclampMin": 722,
|
"HBoostUclampMin": 722,
|
||||||
"JankCheckTimeFactor": 1.43,
|
"JankCheckTimeFactor": 1.2,
|
||||||
"LowFrameRateThreshold": 25,
|
"LowFrameRateThreshold": 25,
|
||||||
"MaxRecordsNum": 300
|
"MaxRecordsNum": 300
|
||||||
},
|
},
|
||||||
|
@ -3052,7 +3052,7 @@
|
||||||
"HBoostOffMissedCycles": 5,
|
"HBoostOffMissedCycles": 5,
|
||||||
"HBoostPidPuFactor": 0.5,
|
"HBoostPidPuFactor": 0.5,
|
||||||
"HBoostUclampMin": 722,
|
"HBoostUclampMin": 722,
|
||||||
"JankCheckTimeFactor": 1.43,
|
"JankCheckTimeFactor": 1.2,
|
||||||
"LowFrameRateThreshold": 25,
|
"LowFrameRateThreshold": 25,
|
||||||
"MaxRecordsNum": 300
|
"MaxRecordsNum": 300
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue