|
SST 16.0.0
Structural Simulation Toolkit
|
Profile tool that will count the number of times a handler is called. More...
#include <syncProfileTool.h>
Public Member Functions | |
| SyncProfileToolTime (const std::string &name, Params ¶ms) | |
| void | syncManagerStart (bool ranksync) override |
| void | syncManagerEnd () override |
| void | updateSyncSize (size_t bytes, size_t events) override |
| void | outputData (SST::Util::DataRecord *record, RankInfo rank) override |
| Public Member Functions inherited from SST::Profile::SyncProfileTool | |
| virtual SST_ELI_DOCUMENT_PARAMS() SyncProfileTool(const std void | syncManagerStart (bool UNUSED(ranksync)) |
| virtual void | updateSyncSize (size_t UNUSED(bytes), size_t UNUSED(events)) |
| Public Member Functions inherited from SST::Profile::ProfileTool | |
| std::string | getName () |
Additional Inherited Members | |
| 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.
|
inlineoverridevirtual |
Reimplemented from SST::Profile::SyncProfileTool.