| 
| 
  | SST_ELI_REGISTER_PROFILETOOL (EventHandlerProfileToolTimeSteady, SST::Profile::EventHandlerProfileTool, "sst", "profile.handler.event.time.steady", SST_ELI_ELEMENT_VERSION(0, 1, 0), "Profiler that will time handlers using a steady clock") EventHandlerProfileToolTimeSteady(const std | 
|   | 
  Public Member Functions inherited from SST::Profile::EventHandlerProfileToolTime< std::chrono::steady_clock > | 
| 
  | EventHandlerProfileToolTime (const std::string &name, Params ¶ms) | 
|   | 
| uintptr_t  | registerHandler (const HandlerMetaData &mdata) override | 
|   | 
| void  | handlerStart (uintptr_t UNUSED(key)) override | 
|   | 
| 
void  | handlerEnd (uintptr_t key) override | 
|   | 
| 
void  | eventSent (uintptr_t key, Event *UNUSED(ev)) override | 
|   | 
| void  | outputData (FILE *fp) override | 
|   | 
  Public Member Functions inherited from SST::Profile::EventHandlerProfileTool | 
| 
  | 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 ¶ms) | 
|   | 
| 
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)) | 
|   | 
| 
std::string  | getName () | 
|   | 
| 
virtual void  | outputData (FILE *fp)=0 | 
|   |