Revert^2 "powerstats: disable AoC power stats reporting"
0500c761c9
Change-Id: I7d4226e91321cbc4fa14b2d7fdba6ed1129c5788
This commit is contained in:
parent
ea926b06e2
commit
98ba4af1b4
1 changed files with 3 additions and 1 deletions
|
@ -645,7 +645,9 @@ void addGs201CommonDataProviders(std::shared_ptr<PowerStats> p) {
|
||||||
setEnergyMeter(p);
|
setEnergyMeter(p);
|
||||||
|
|
||||||
addPixelStateResidencyDataProvider(p);
|
addPixelStateResidencyDataProvider(p);
|
||||||
addAoC(p);
|
// TODO(b/220032540): Re-enable AoC reporting when AoC long latency issue is fixed or
|
||||||
|
// the timeout mechanism is merged.
|
||||||
|
//addAoC(p);
|
||||||
addDvfsStats(p);
|
addDvfsStats(p);
|
||||||
addSoC(p);
|
addSoC(p);
|
||||||
addCPUclusters(p);
|
addCPUclusters(p);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue