mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: add Task Profiles 1/2
This commit is contained in:
parent
9bd9dc71de
commit
e2e2bed2a0
1 changed files with 28 additions and 0 deletions
28
universal7885-common/configs/tasks/task_profiles.json
Normal file
28
universal7885-common/configs/tasks/task_profiles.json
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"Profiles": [
|
||||||
|
{
|
||||||
|
"Name": "HighPerformance",
|
||||||
|
"Actions": [
|
||||||
|
{
|
||||||
|
"Name": "JoinCgroup",
|
||||||
|
"Params": {
|
||||||
|
"Controller": "cpuset",
|
||||||
|
"Path": "foreground"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "MaxPerformance",
|
||||||
|
"Actions": [
|
||||||
|
{
|
||||||
|
"Name": "JoinCgroup",
|
||||||
|
"Params": {
|
||||||
|
"Controller": "cpuset",
|
||||||
|
"Path": "top-app"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue