SST  13.1.0
Structural Simulation Toolkit
SST::Profile::EventHandlerProfileTool Class Reference
Inheritance diagram for SST::Profile::EventHandlerProfileTool:
SST::HandlerProfileToolAPI SST::Profile::ProfileTool SST::Profile::EventHandlerProfileToolTime< std::chrono::steady_clock > SST::Profile::EventHandlerProfileToolTime< std::chrono::high_resolution_clock > SST::Profile::EventHandlerProfileToolCount SST::Profile::EventHandlerProfileToolTime< T > SST::Profile::EventHandlerProfileToolTimeSteady SST::Profile::EventHandlerProfileToolTimeHighResolution

Public Member Functions

 SST_ELI_DOCUMENT_PARAMS ({ "level", "Level at which to track profile (global, type, component, subcomponent)", "type" }, { "track_ports", "Controls whether to track by individual ports", "false" }, { "profile_sends", "Controls whether sends are profiled (due to location of profiling point in the code, turning on send profiling will incur relatively high overhead)", "false" }, { "profile_receives", "Controls whether receives are profiled", "true" },) enum class Profile_Level
 
 EventHandlerProfileTool (const std::string &name, Params &params)
 
virtual void eventSent (uintptr_t UNUSED(key), Event *UNUSED(ev))
 
bool profileSends ()
 
bool profileReceives ()
 
- Public Member Functions inherited from SST::HandlerProfileToolAPI
virtual uintptr_t registerHandler (const HandlerMetaData &mdata)=0
 
virtual void handlerStart (uintptr_t UNUSED(key))
 
virtual void handlerEnd (uintptr_t UNUSED(key))
 
- Public Member Functions inherited from SST::Profile::ProfileTool
std::string getName ()
 
virtual void outputData (FILE *fp)=0
 

Protected Member Functions

std::string getKeyForHandler (const HandlerMetaData &mdata)
 
- Protected Member Functions inherited from SST::HandlerProfileToolAPI
 HandlerProfileToolAPI (const std::string &name)
 

Protected Attributes

Profile_Level profile_level_
 
bool track_ports_
 
bool profile_sends_
 
bool profile_receives_
 
- Protected Attributes inherited from SST::Profile::ProfileTool
const std::string name
 

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