powerstats: correct TPU clock for ZP
Bug: 335900447 Bug: 353411106 Test: dumpsys android.hardware.power.stats.IPowerStats/default Flag: EXEMPT bugfix Change-Id: I585dd4256dd68f3af35222095a10d833c328f372 Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
parent
9b2b5a8cb0
commit
807ab9bc7e
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ void addDvfsStats(std::shared_ptr<PowerStats> p) {
|
|||
path, NS_TO_MS, cfgs));
|
||||
|
||||
// TPU DVFS
|
||||
const int TICK_TO_MS = 100;
|
||||
const int TICK_TO_MS = 1000;
|
||||
std::vector<std::string> freqs = {
|
||||
"1119000",
|
||||
"1066000",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue