Public Member Functions | |
Introspector_router (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 |
Introspector_router::Introspector_router | ( | Component::Params_t & | params | ) | [inline] |
registerClock( frequency, new Clock::Handler<Introspector_router>(this, &Introspector_router::mpiCollectInt) ); mpionetimehandler = new Event::Handler< Introspector_router > ( this, &Introspector_router::mpiOneTimeCollect );
int Introspector_router::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_router::Setup | ( | ) | [inline, virtual] |
Called after all components/introspectors have been constructed, but before simulation time has begun.
oneTimeCollect(2000000, mpionetimehandler);
Reimplemented from SST::Introspector.