Skip to content

libs/utils/energy: add energy meters for gem5

Darryl Green requested to merge github/fork/qperret/gem5/energy-meters into master

Created by: qperret

The Gem5PowerInstrument in devlib exposes continuous power samples during a gem5 simulation by extracting the output of platform-specific power models. This PR introduces an Energy Meter using these power samples to report an estimation of the energy consumption of a gem5 simulation.

Merge request reports