mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
28 lines
475 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|