Crate energy_monitor

Source
Expand description

This crate contains the EnergyMonitor trait. A dummy implementation is included in the dummy module.

Modules§

dummy

Traits§

EnergyMonitor
An energy monitor typically reads from an internal or external sensor. It could also estimate energy consumption using hardware counters or other heuristics.