Boosting application launch time using uclamp boost and increasing memory bandwidth am: 3323441408

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14194018

Change-Id: I59c78127414c0d44ddd433d63a7371421955b40f
This commit is contained in:
Taeju Park 2021-04-20 02:53:43 +00:00 committed by Automerger Merge Worker
commit 60782eb42e

View file

@ -1,5 +1,14 @@
{
"Nodes": [
{
"Name": "MemFreq",
"Path": "/sys/devices/platform/17000010.devfreq_mif/devfreq/17000010.devfreq_mif/min_freq",
"Values": [
"3172000",
"421000"
],
"ResetOnInit": true
},
{
"Name": "CPULittleClusterMaxFreq",
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
@ -87,7 +96,8 @@
"Path": "/dev/cpuctl/top-app/cpu.uclamp.min",
"Values": [
"0",
"24",
"54",
"24",
"18",
"12",
"6"
@ -247,12 +257,6 @@
"Duration": 5000,
"Value": "9999999"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUMidClusterMinFreq",
"Duration": 5000,
"Value": "9999999"
},
{
"PowerHint": "LAUNCH",
"Type": "EndHint",
@ -266,15 +270,15 @@
},
{
"PowerHint": "LAUNCH",
"Node": "CPULittleClusterMinFreq",
"Node": "TAUClampBoost",
"Duration": 5000,
"Value": "9999999"
"Value": "54"
},
{
"PowerHint": "LAUNCH",
"Node": "TAUClampBoost",
"Node": "MemFreq",
"Duration": 5000,
"Value": "18"
"Value": "3172000"
},
{
"PowerHint": "DISPLAY_INACTIVE",