android_device_samsung_a20/universal7885-common/configs/tasks/task_profiles.json
2023-06-23 18:30:44 +03:00

28 lines
475 B
JSON

{
"Profiles": [
{
"Name": "HighPerformance",
"Actions": [
{
"Name": "JoinCgroup",
"Params": {
"Controller": "cpuset",
"Path": "foreground"
}
}
]
},
{
"Name": "MaxPerformance",
"Actions": [
{
"Name": "JoinCgroup",
"Params": {
"Controller": "cpuset",
"Path": "top-app"
}
}
]
}
]
}