SST 12.1.0
Structural Simulation Toolkit
|
Profile tool that will count the number of times a handler is called. More...
#include <clockHandlerProfileTool.h>
Public Member Functions | |
uintptr_t | registerHandler (const HandlerMetaData &mdata) override |
void | handlerStart (uintptr_t key) override |
void | outputData (FILE *fp) 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 ¶ms) | |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from SST::Profile::ClockHandlerProfileTool | |
std::string | getKeyForHandler (const HandlerMetaData &mdata) |
Protected Member Functions inherited from SST::HandlerProfileToolAPI | |
HandlerProfileToolAPI (const std::string &name) | |
Protected Attributes inherited from SST::Profile::ClockHandlerProfileTool | |
Profile_Level | profile_level_ |
Protected Attributes inherited from SST::Profile::ProfileTool | |
const std::string | name |
Profile tool that will count the number of times a handler is called.
|
overridevirtual |
Implements SST::Profile::ProfileTool.
|
overridevirtual |
Implements SST::HandlerProfileToolAPI.