Public Member Functions | |
Introspector_cpuTemperature (Component::Params_t ¶ms) | |
int | Setup () |
Called after all components/introspectors have been constructed, but before simulation time has begun. | |
int | Finish () |
Called after simulation completes, but before objects are destroyed. | |
Friends | |
class | boost::serialization::access |
int Introspector_cpuTemperature::Finish | ( | ) | [inline, virtual] |
Called after simulation completes, but before objects are destroyed.
A good place to print out statistics.
Reimplemented from SST::Introspector.
int Introspector_cpuTemperature::Setup | ( | ) | [inline, virtual] |
Called after all components/introspectors have been constructed, but before simulation time has begun.
Reimplemented from SST::Introspector.