Public Member Functions | Friends

Introspector_router Class Reference

Inheritance diagram for Introspector_router:
SST::Introspector

Public Member Functions

 Introspector_router (Component::Params_t &params)
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

Constructor & Destructor Documentation

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 );


Member Function Documentation

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.


The documentation for this class was generated from the following files: