Snap for 12373988 from 4e90bf6c68
to 24Q4-release
Change-Id: I7f29f4578090ebe92d50dd89f779f4595b636190
This commit is contained in:
commit
34b85d1bc2
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ void addSoC(std::shared_ptr<PowerStats> p) {
|
|||
}
|
||||
|
||||
void setEnergyMeter(std::shared_ptr<PowerStats> p) {
|
||||
std::vector<const std::string> deviceNames { "s2mpg14-odpm", "s2mpg15-odpm" };
|
||||
std::vector<std::string> deviceNames { "s2mpg14-odpm", "s2mpg15-odpm" };
|
||||
p->setEnergyMeterDataProvider(std::make_unique<IioEnergyMeterDataProvider>(deviceNames, true));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue