Adpf:bluejay: switch to multitier heuristic boost.
Bug: 344685639 Test: Checked the trace file running on the device. Flag: NONE powerhal doesn't have a flag yet Change-Id: I3b6e368d974553660e8529fed8b7f813015d5abc
This commit is contained in:
parent
19f0569807
commit
500b7edfe1
1 changed files with 18 additions and 15 deletions
|
@ -1846,11 +1846,12 @@
|
||||||
"TargetTimeFactor": 1.0,
|
"TargetTimeFactor": 1.0,
|
||||||
"StaleTimeFactor": 15.0,
|
"StaleTimeFactor": 15.0,
|
||||||
"HeuristicBoost_On": true,
|
"HeuristicBoost_On": true,
|
||||||
"HBoostOnMissedCycles": 8,
|
"HBoostModerateJankThreshold": 2,
|
||||||
"HBoostOffMaxAvgRatio": 4.0,
|
"HBoostOffMaxAvgDurRatio": 4.0,
|
||||||
"HBoostOffMissedCycles": 5,
|
"HBoostSevereJankPidPu": 0.5,
|
||||||
"HBoostPidPuFactor": 0.5,
|
"HBoostSevereJankThreshold": 8,
|
||||||
"HBoostUclampMin": 722,
|
"HBoostUclampMinCeilingRange": [480, 722],
|
||||||
|
"HBoostUclampMinFloorRange": [230, 410],
|
||||||
"JankCheckTimeFactor": 1.2,
|
"JankCheckTimeFactor": 1.2,
|
||||||
"LowFrameRateThreshold": 25,
|
"LowFrameRateThreshold": 25,
|
||||||
"MaxRecordsNum": 300
|
"MaxRecordsNum": 300
|
||||||
|
@ -1881,11 +1882,12 @@
|
||||||
"TargetTimeFactor": 1.0,
|
"TargetTimeFactor": 1.0,
|
||||||
"StaleTimeFactor": 15.0,
|
"StaleTimeFactor": 15.0,
|
||||||
"HeuristicBoost_On": true,
|
"HeuristicBoost_On": true,
|
||||||
"HBoostOnMissedCycles": 8,
|
"HBoostModerateJankThreshold": 2,
|
||||||
"HBoostOffMaxAvgRatio": 4.0,
|
"HBoostOffMaxAvgDurRatio": 4.0,
|
||||||
"HBoostOffMissedCycles": 5,
|
"HBoostSevereJankPidPu": 0.5,
|
||||||
"HBoostPidPuFactor": 0.5,
|
"HBoostSevereJankThreshold": 8,
|
||||||
"HBoostUclampMin": 722,
|
"HBoostUclampMinCeilingRange": [480, 722],
|
||||||
|
"HBoostUclampMinFloorRange": [230, 410],
|
||||||
"JankCheckTimeFactor": 1.2,
|
"JankCheckTimeFactor": 1.2,
|
||||||
"LowFrameRateThreshold": 25,
|
"LowFrameRateThreshold": 25,
|
||||||
"MaxRecordsNum": 300
|
"MaxRecordsNum": 300
|
||||||
|
@ -1916,11 +1918,12 @@
|
||||||
"TargetTimeFactor": 1.0,
|
"TargetTimeFactor": 1.0,
|
||||||
"StaleTimeFactor": 15.0,
|
"StaleTimeFactor": 15.0,
|
||||||
"HeuristicBoost_On": true,
|
"HeuristicBoost_On": true,
|
||||||
"HBoostOnMissedCycles": 8,
|
"HBoostModerateJankThreshold": 2,
|
||||||
"HBoostOffMaxAvgRatio": 4.0,
|
"HBoostOffMaxAvgDurRatio": 4.0,
|
||||||
"HBoostOffMissedCycles": 5,
|
"HBoostSevereJankPidPu": 0.5,
|
||||||
"HBoostPidPuFactor": 0.5,
|
"HBoostSevereJankThreshold": 8,
|
||||||
"HBoostUclampMin": 722,
|
"HBoostUclampMinCeilingRange": [480, 722],
|
||||||
|
"HBoostUclampMinFloorRange": [230, 410],
|
||||||
"JankCheckTimeFactor": 1.2,
|
"JankCheckTimeFactor": 1.2,
|
||||||
"LowFrameRateThreshold": 25,
|
"LowFrameRateThreshold": 25,
|
||||||
"MaxRecordsNum": 300
|
"MaxRecordsNum": 300
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue