task_profiles.json: add a new task profile used by camera HAL
Add new CameraServicePerformance task profile used by camera HAL. Bug: 155419956 Test: confirm profile applies correctly Signed-off-by: Suren Baghdasaryan <surenb@google.com> Change-Id: I21cf942eca279a5ad4c1ff75c735560954f4ebc1 Merged-In: I21cf942eca279a5ad4c1ff75c735560954f4ebc1
This commit is contained in:
parent
21ae541691
commit
0b4313fede
1 changed files with 13 additions and 0 deletions
|
|
@ -149,6 +149,19 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "CameraServicePerformance",
|
||||||
|
"Actions": [
|
||||||
|
{
|
||||||
|
"Name": "JoinCgroup",
|
||||||
|
"Params":
|
||||||
|
{
|
||||||
|
"Controller": "schedtune",
|
||||||
|
"Path": "camera-daemon"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"Name": "CpuPolicySpread",
|
"Name": "CpuPolicySpread",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue