powerstats: Fill in P21 TPU power profile number am: 6527b9a843 am: f1435ada6b am: 64ac740edc
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14715578 Change-Id: I98886c8de36e932fda39cb1bea60b60852ad924f
This commit is contained in:
commit
a1ee61690d
1 changed files with 5 additions and 4 deletions
|
@ -605,10 +605,11 @@ void addTPU(std::shared_ptr<PowerStats> p) {
|
|||
std::map<std::string, int32_t> stateCoeffs;
|
||||
|
||||
stateCoeffs = {
|
||||
{"500000", 10},
|
||||
{"800000", 20},
|
||||
{"1066000", 30},
|
||||
{"1230000", 40}};
|
||||
{"226000", 49.25},
|
||||
{"500000", 73.80},
|
||||
{"800000", 86.99},
|
||||
{"1066000", 103.93},
|
||||
{"1230000", 108.10}};
|
||||
|
||||
p->addEnergyConsumer(PowerStatsEnergyConsumer::createMeterAndAttrConsumer(p,
|
||||
EnergyConsumerType::OTHER, "TPU", {"S10M_VDD_TPU"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue