Public Member Functions | |
| Introspector_cpu (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_cpu::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_cpu::Setup | ( | ) | [inline, virtual] |
Called after all components/introspectors have been constructed, but before simulation time has begun.
Reimplemented from SST::Introspector.
1.7.1