SST 16.0.0
Structural Simulation Toolkit
SST::Profile::ClockHandlerProfileToolTimeHighResolution Class Reference
Inheritance diagram for SST::Profile::ClockHandlerProfileToolTimeHighResolution:
SST::Profile::ClockHandlerProfileToolTime< std::chrono::high_resolution_clock > SST::Profile::ClockHandlerProfileTool SST::Profile::ProfileTool

Public Member Functions

 SST_ELI_REGISTER_PROFILETOOL (ClockHandlerProfileToolTimeHighResolution, SST::Profile::ClockHandlerProfileTool, "sst", "profile.handler.clock.time.high_resolution", SST_ELI_ELEMENT_VERSION(0, 1, 0), "Profiler that will time handlers using a high resolution clock") ClockHandlerProfileToolTimeHighResolution(const std
Public Member Functions inherited from SST::Profile::ClockHandlerProfileToolTime< std::chrono::high_resolution_clock >
 ClockHandlerProfileToolTime (const std::string &name, Params &params)
uintptr_t registerHandler (const AttachPointMetaData &mdata) override
void beforeHandler (uintptr_t UNUSED(key), const Cycle_t &UNUSED(cycle)) override
void afterHandler (uintptr_t key, const bool &UNUSED(remove)) override
void outputData (SST::Util::DataRecord *record, RankInfo rank) override
Public Member Functions inherited from SST::Profile::ClockHandlerProfileTool
 SST_ELI_DOCUMENT_PARAMS ({ "level", "Level at which to track profile (global, type, component, subcomponent)", "type" },) enum class Profile_Level
 ClockHandlerProfileTool (const std::string &name, Params &params)
void beforeHandler (uintptr_t UNUSED(key), const Cycle_t &UNUSED(cycle)) override
void afterHandler (uintptr_t UNUSED(key), const bool &UNUSED(remove)) override
Public Member Functions inherited from SST::Profile::ProfileTool
std::string getName ()

Additional Inherited Members

Protected Member Functions inherited from SST::Profile::ClockHandlerProfileTool
std::string getKeyForHandler (const AttachPointMetaData &mdata)
Protected Attributes inherited from SST::Profile::ClockHandlerProfileTool
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:
  • src/sst/core/profile/clockHandlerProfileTool.cc