SST 15.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 AttachPointMetaData &mdata) override |
void | beforeHandler (uintptr_t key, const Cycle_t &cycle) override |
void | outputData (FILE *fp) override |
![]() | |
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) | |
void | beforeHandler (uintptr_t UNUSED(key), const Cycle_t &UNUSED(cycle)) override |
void | afterHandler (uintptr_t UNUSED(key), const bool &UNUSED(remove)) override |
![]() | |
std::string | getName () |
Additional Inherited Members | |
![]() | |
std::string | getKeyForHandler (const AttachPointMetaData &mdata) |
![]() | |
Profile_Level | profile_level_ |
![]() | |
const std::string | name |
Profile tool that will count the number of times a handler is called.
|
overridevirtual |
Implements SST::Profile::ProfileTool.