SST 16.0.0
Structural Simulation Toolkit
SST::Profile::ComponentCodeSegmentProfileTool Class Reference
Inheritance diagram for SST::Profile::ComponentCodeSegmentProfileTool:
SST::Profile::ComponentProfileTool SST::Profile::ProfileTool SST::Profile::ComponentCodeSegmentProfileToolTime< std::chrono::high_resolution_clock > SST::Profile::ComponentCodeSegmentProfileToolTime< std::chrono::steady_clock > SST::Profile::ComponentCodeSegmentProfileToolCount SST::Profile::ComponentCodeSegmentProfileToolTime< T > SST::Profile::ComponentCodeSegmentProfileToolTimeHighResolution SST::Profile::ComponentCodeSegmentProfileToolTimeSteady

Data Structures

class  ProfilePoint

Public Member Functions

 ComponentCodeSegmentProfileTool (const std::string &name, Params &params)
virtual void codeSegmentStart (uintptr_t UNUSED(key))
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)
virtual uintptr_t registerProfilePoint (const std::string &point, ComponentId_t id, const std::string &name, const std::string &type)=0
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 ()
virtual void outputData (SST::Util::DataRecord *record, RankInfo rank)=0

Friends

class BaseComponent

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 files: