You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PowerMonitor class currently supports monitoring the power consumption of GPUs. However, monitoring CPU power consumption is also necessary for a more comprehensive view of system power usage.
To achieve this, we can extend the PowerMonitor class to pull energy consumption data from the CPU using the RAPL counter, and then compute power consumption by dividing the energy by the time interval.
The PowerMonitor class currently supports monitoring the power consumption of GPUs. However, monitoring CPU power consumption is also necessary for a more comprehensive view of system power usage.
To achieve this, we can extend the PowerMonitor class to pull energy consumption data from the CPU using the RAPL counter, and then compute power consumption by dividing the energy by the time interval.
@wbjin
The text was updated successfully, but these errors were encountered: