SST 12.1.0
Structural Simulation Toolkit
SST::Profile::SyncProfileToolTime< T > Class Template Reference

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

#include <syncProfileTool.h>

Inheritance diagram for SST::Profile::SyncProfileToolTime< T >:
SST::Profile::SyncProfileTool SST::Profile::ProfileTool

Public Member Functions

 SyncProfileToolTime (const std::string &name, Params &params)
 
void syncManagerStart () override
 
void syncManagerEnd () override
 
void outputData (FILE *fp) override
 
virtual SST_ELI_DOCUMENT_PARAMS() SyncProfileTool(const std void syncManagerStart ()
 
virtual void syncManagerEnd ()
 
- Public Member Functions inherited from SST::Profile::ProfileTool
std::string getName ()
 
virtual void outputData (FILE *fp)=0
 

Additional Inherited Members

- Protected Attributes inherited from SST::Profile::ProfileTool
const std::string name
 

Detailed Description

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

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

Member Function Documentation

◆ outputData()

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

◆ syncManagerEnd()

template<typename T >
void SST::Profile::SyncProfileToolTime< T >::syncManagerEnd ( )
inlineoverridevirtual

Reimplemented from SST::Profile::SyncProfileTool.

◆ syncManagerStart()

template<typename T >
void SST::Profile::SyncProfileToolTime< T >::syncManagerStart ( )
inlineoverridevirtual

Reimplemented from SST::Profile::SyncProfileTool.


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