SST  13.1.0
Structural Simulation Toolkit
SST::Profile::ComponentCodeSegmentProfileToolTimeSteady Class Reference
Inheritance diagram for SST::Profile::ComponentCodeSegmentProfileToolTimeSteady:
SST::Profile::ComponentCodeSegmentProfileToolTime< std::chrono::steady_clock > SST::Profile::ComponentCodeSegmentProfileTool SST::Profile::ComponentProfileTool SST::Profile::ProfileTool

Public Member Functions

 SST_ELI_REGISTER_PROFILETOOL (ComponentCodeSegmentProfileToolTimeSteady, SST::Profile::ComponentCodeSegmentProfileTool, "sst", "profile.component.codesegment.time.steady", SST_ELI_ELEMENT_VERSION(0, 1, 0), "Profiler that will time component code segments using a steady clock") ComponentCodeSegmentProfileToolTimeSteady(const std
 
- Public Member Functions inherited from SST::Profile::ComponentCodeSegmentProfileToolTime< std::chrono::steady_clock >
 ComponentCodeSegmentProfileToolTime (const std::string &name, Params &params)
 
uintptr_t registerProfilePoint (const std::string &point, ComponentId_t id, const std::string &name, const std::string &type) override
 
void codeSegmentStart (uintptr_t UNUSED(key)) override
 
void codeSegmentEnd (uintptr_t key) override
 
void outputData (FILE *fp) override
 
- Public Member Functions inherited from SST::Profile::ComponentCodeSegmentProfileTool
 ComponentCodeSegmentProfileTool (const std::string &name, Params &params)
 
virtual void codeSegmentEnd (uintptr_t UNUSED(key))
 
- Public Member Functions inherited from SST::Profile::ComponentProfileTool
 SST_ELI_DOCUMENT_PARAMS ({ "level", "Level at which to track profile (global, type, component, subcomponent)", "type" }, { "track_points", "Determines whether independent profiling points are tracked", "true" },) enum class Profile_Level
 
 ComponentProfileTool (const std::string &name, Params &params)
 
std::string getKeyForCodeSegment (const std::string &point, ComponentId_t id, const std::string &name, const std::string &type)
 
- Public Member Functions inherited from SST::Profile::ProfileTool
std::string getName ()
 

Additional Inherited Members

- Protected Attributes inherited from SST::Profile::ComponentProfileTool
Profile_Level profile_level_
 
- Protected Attributes inherited from SST::Profile::ProfileTool
const std::string name
 

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