set input to 100 explicitly in task_profile
instead of using ADPF, let's use task_profile to boost input tasks' priroity Bug: 378761104 Flag: EXEMPT new task_profile behavior Change-Id: Ice311b1abcf3d629917e16f1490d4cb63fd83796 Signed-off-by: Chungkai Mei <chungkai@google.com>
This commit is contained in:
parent
796a10b440
commit
dc10f550c0
1 changed files with 14 additions and 1 deletions
|
@ -488,6 +488,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "HighestCfsPrioScheduling",
|
||||||
|
"Actions": [
|
||||||
|
{
|
||||||
|
"Name": "SetSchedulerPolicy",
|
||||||
|
"Params":
|
||||||
|
{
|
||||||
|
"Policy": "SCHED_OTHER",
|
||||||
|
"Nice": "-20"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -526,7 +539,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "InputPolicy",
|
"Name": "InputPolicy",
|
||||||
"Profiles": [ "MaxPerformance", "SCHED_QOS_SENSITIVE_EXTREME_SET" ]
|
"Profiles": [ "HighestCfsPrioScheduling", "MaxPerformance", "SCHED_QOS_SENSITIVE_EXTREME_SET" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue