|
gem5
v19.0.0.0
|
Listener class to catch thermal events. More...
#include <power_model.hh>
Public Member Functions | |
| ThermalProbeListener (PowerModel &_pm, ProbeManager *pm, const std::string &name) | |
| void | notify (const double &temp) |
Public Member Functions inherited from ProbeListenerArgBase< double > | |
| ProbeListenerArgBase (ProbeManager *pm, const std::string &name) | |
Public Member Functions inherited from ProbeListener | |
| ProbeListener (ProbeManager *manager, const std::string &name) | |
| virtual | ~ProbeListener () |
Protected Attributes | |
| PowerModel & | pm |
Protected Attributes inherited from ProbeListener | |
| ProbeManager *const | manager |
| const std::string | name |
Listener class to catch thermal events.
Definition at line 161 of file power_model.hh.
|
inline |
Definition at line 164 of file power_model.hh.
|
inlinevirtual |
Implements ProbeListenerArgBase< double >.
Definition at line 168 of file power_model.hh.
|
protected |
Definition at line 174 of file power_model.hh.