Merge "task_profiles.json: add taskprofile for SurfaceFlinger"
This commit is contained in:
commit
97e1cb1edd
1 changed files with 27 additions and 0 deletions
|
|
@ -475,6 +475,33 @@
|
|||
]
|
||||
},
|
||||
|
||||
{
|
||||
"Name": "SFMainPolicy",
|
||||
"Actions": [
|
||||
{
|
||||
"Name": "JoinCgroup",
|
||||
"Params":
|
||||
{
|
||||
"Controller": "cpuset",
|
||||
"Path": "system-background"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "SFRenderEnginePolicy",
|
||||
"Actions": [
|
||||
{
|
||||
"Name": "JoinCgroup",
|
||||
"Params":
|
||||
{
|
||||
"Controller": "cpuset",
|
||||
"Path": "system-background"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"Name": "PerfBoost",
|
||||
"Actions": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue