gem5
v20.1.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 163 of file power_model.hh.
|
inline |
Definition at line 166 of file power_model.hh.
|
inlinevirtual |
Implements ProbeListenerArgBase< double >.
Definition at line 170 of file power_model.hh.
References pm, and PowerModel::thermalUpdateCallback().
|
protected |
Definition at line 176 of file power_model.hh.
Referenced by notify().