Merge "Make VMCompilationPerformance an aggregated profile with default" am: 04e6f149e0
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2097065 Change-Id: I496fa51dca737178a53ad1b169cffd4b80e92421 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
55c5be2417
1 changed files with 4 additions and 13 deletions
|
@ -223,19 +223,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "VMCompilationPerformance",
|
||||
"Actions": [
|
||||
{
|
||||
"Name": "JoinCgroup",
|
||||
"Params":
|
||||
{
|
||||
"Controller": "cpu",
|
||||
"Path": "system"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "CpuPolicySpread",
|
||||
"Actions": [
|
||||
|
@ -659,6 +646,10 @@
|
|||
"Name": "SCHED_SP_SYSTEM",
|
||||
"Profiles": [ "ServicePerformance", "LowIoPriority", "TimerSlackNormal" ]
|
||||
},
|
||||
{
|
||||
"Name": "VMCompilationPerformance",
|
||||
"Profiles": [ "HighPerformance", "ProcessCapacityHigh", "LowIoPriority", "TimerSlackNormal" ]
|
||||
},
|
||||
{
|
||||
"Name": "SCHED_SP_RT_APP",
|
||||
"Profiles": [ "RealtimePerformance", "MaxIoPriority", "TimerSlackNormal" ]
|
||||
|
|
Loading…
Reference in a new issue