SST 15.0
Structural Simulation Toolkit
SST::Profile::ClockHandlerProfileToolTime< T > Class Template Reference

Profile tool that will count the number of times a handler is called. More...

#include <clockHandlerProfileTool.h>

Inheritance diagram for SST::Profile::ClockHandlerProfileToolTime< T >:
SST::Profile::ClockHandlerProfileTool SST::Profile::ProfileTool

Public Member Functions

 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 (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 &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
 

Detailed Description

template<typename T>
class SST::Profile::ClockHandlerProfileToolTime< T >

Profile tool that will count the number of times a handler is called.

Member Function Documentation

◆ outputData()

template<typename T>
void SST::Profile::ClockHandlerProfileToolTime< T >::outputData ( FILE * fp)
overridevirtual

The documentation for this class was generated from the following files: