diff options
| author | 2020-02-20 11:32:16 +0000 | |
|---|---|---|
| committer | 2020-02-20 11:32:16 +0000 | |
| commit | 43e1b98d7d27e7abf5fdc3150b97f185546e651c (patch) | |
| tree | 1f0186c7e19811e32df9d51f9fa82ea46c337250 | |
| parent | 214e7a5f62ad412344f653f78dd0bdb8667a3fbe (diff) | |
| parent | df5f8637b649ce7524399e661bf8813346ad2c66 (diff) | |
Merge "add default cpu.active power consumption" am: c13747693f am: d3859f38b0 am: df5f8637b6
Change-Id: I51a423100c9c657d8e1c323fdc7578080dcbce5d
| -rw-r--r-- | core/res/res/xml/power_profile.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/res/xml/power_profile.xml b/core/res/res/xml/power_profile.xml index 899d630a51b7..d8ec72f33ddc 100644 --- a/core/res/res/xml/power_profile.xml +++ b/core/res/res/xml/power_profile.xml @@ -51,6 +51,12 @@ <value>0.1</value> <!-- ~1mA --> </array> + <!-- Additional power consumption by CPU excluding cluster and core when + running --> + <array name="cpu.active"> + <value>0.1</value> + </array> + <!-- A list of heterogeneous CPU clusters, where the value for each cluster represents the number of CPU cores for that cluster. |