Capgemini-Invent-France / CarbonAI

Python package to monitor the power consumption of any algorithm
MIT License
46 stars 12 forks source link

Intel Power Gadget doesn't work on new Apple's M1 Mac #30

Open Neyri opened 1 year ago

Neyri commented 1 year ago

Intel Power Gadget is not available on the new Apple's Macbooks using M1 (and probably M2 in the future).

We should probably add a handler leveraging macos powermetrics utility. We could also consider leverage this repo https://github.com/singhkays/apple-m1-power-consumption-powermetrics

Note: powermetrics requires root privilegies...