Merge "thermal: more aggresive dex2oat throttling" into tm-qpr-dev am: ffa79ad7a6
am: 5077617ce8
am: 93c1a22615
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/21475504 Change-Id: I81815de50f398dda4e5b8436d23238e65e5443a6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
50e9abffa2
1 changed files with 3 additions and 4 deletions
|
@ -557,7 +557,6 @@
|
||||||
"Path": "vendor.powerhal.dalvik.vm.dex2oat-cpu-set",
|
"Path": "vendor.powerhal.dalvik.vm.dex2oat-cpu-set",
|
||||||
"Values": [
|
"Values": [
|
||||||
"0,1,2,3",
|
"0,1,2,3",
|
||||||
"0,1,2,3,4,5",
|
|
||||||
"0,1,2,3,4,5,6,7"
|
"0,1,2,3,4,5,6,7"
|
||||||
],
|
],
|
||||||
"Type": "Property"
|
"Type": "Property"
|
||||||
|
@ -1641,13 +1640,13 @@
|
||||||
"PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_LIGHT",
|
"PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_LIGHT",
|
||||||
"Node": "Dex2oatThreads",
|
"Node": "Dex2oatThreads",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "6"
|
"Value": "4"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_LIGHT",
|
"PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_LIGHT",
|
||||||
"Node": "Dex2oatCPUSet",
|
"Node": "Dex2oatCPUSet",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "0,1,2,3,4,5"
|
"Value": "0,1,2,3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_MODERATE",
|
"PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_MODERATE",
|
||||||
|
@ -1821,7 +1820,7 @@
|
||||||
"PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_SEVERE",
|
"PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_SEVERE",
|
||||||
"Node": "Dex2oatThreads",
|
"Node": "Dex2oatThreads",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "4"
|
"Value": "2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_SEVERE",
|
"PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_SEVERE",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue