gem5
|
#include "base/statistics.hh"
#include "params/PowerModel.hh"
#include "params/PowerModelState.hh"
#include "sim/probe/probe.hh"
Go to the source code of this file.
Classes | |
class | PowerModelState |
A PowerModelState is an abstract class used as interface to get power figures out of SimObjects. More... | |
class | PowerModel |
A PowerModel is a class containing a power model for a SimObject. More... | |
class | PowerModel::ThermalProbeListener |
Listener class to catch thermal events. More... | |