Merge "task_profiles.json: add taskprofile for SurfaceFlinger" into sc-dev

This commit is contained in:
Wei Wang 2021-06-15 19:15:19 +00:00 committed by Android (Google) Code Review
commit 99234c4967

View file

@ -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": [