Public Member Functions | |
Cpu_router_power (ComponentId_t id, Params_t ¶ms) | |
int | Setup () |
Called after all components 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 Cpu_router_power::Finish | ( | ) | [inline, virtual] |
Called after simulation completes, but before objects are destroyed.
A good place to print out statistics.
Reimplemented from SST::Component.
int Cpu_router_power::Setup | ( | ) | [inline, virtual] |
Called after all components have been constructed, but before simulation time has begun.
Reimplemented from SST::Component.