Skip to content

Commit

Permalink
chiron: powerhint: decrease LAUNCH duration to 1s
Browse files Browse the repository at this point in the history
Change-Id: Iec42bb6c7cb461e2cb09a3e8b58e11bb829823d3
  • Loading branch information
EmanuelCN authored and BYZYB committed Sep 22, 2024
1 parent 28ae43f commit 23bef3e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions configs/powerhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,49 +237,49 @@
{
"PowerHint": "LAUNCH",
"Node": "CPUBigClusterMaxFreq",
"Duration": 3000,
"Duration": 1000,
"Value": "2323200"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBigClusterMinFreq",
"Duration": 3000,
"Duration": 1000,
"Value": "2323200"
},
{
"PowerHint": "LAUNCH",
"Node": "CPULittleClusterMinFreq",
"Duration": 3000,
"Duration": 1000,
"Value": "1824000"
},
{
"PowerHint": "LAUNCH",
"Node": "PMQoSCpuDmaLatency",
"Duration": 3000,
"Duration": 1000,
"Value": "2c"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBWHystTriggerCount",
"Duration": 3000,
"Duration": 1000,
"Value": "0"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBWHystLength",
"Duration": 3000,
"Duration": 1000,
"Value": "0"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBWHistMemory",
"Duration": 3000,
"Duration": 1000,
"Value": "0"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBWMinFreq",
"Duration": 3000,
"Duration": 1000,
"Value": "13763"
},
{
Expand Down

0 comments on commit 23bef3e

Please sign in to comment.