12 #ifndef _H_SST_CORE_STATISTICS_OUTPUTTXT    13 #define _H_SST_CORE_STATISTICS_OUTPUTTXT    15 #include "sst/core/sst_types.h"    17 #include <sst/core/statapi/statoutput.h>    24 namespace Statistics {
    80     void implOutputField(fieldHandle_t fieldHandle, uint32_t data) 
override;
    82     void implOutputField(fieldHandle_t fieldHandle, uint64_t data) 
override;
    92     int print(
const char* fmt, ...);
    99     std::string              m_outputBuffer;
   100     std::string              m_FilePath;
   101     bool                     m_outputTopHeader;
   102     bool                     m_outputInlineHeader;
   103     bool                     m_outputSimTime;
   105     bool                     m_useCompression;
 void startOfSimulation() override
Indicate to Statistic Output that simulation started. 
Definition: statoutputtxt.cc:83
 
void implStartOutputEntries(StatisticBase *statistic) override
Implementation function for the start of output. 
Definition: statoutputtxt.cc:150
 
Forms the base class for statistics output generation within the SST core. 
Definition: statoutput.h:47
 
void implOutputField(fieldHandle_t fieldHandle, int32_t data) override
Implementation functions for output. 
Definition: statoutputtxt.cc:192
 
Forms the base class for statistics gathering within SST. 
Definition: statbase.h:61
 
bool checkOutputParameters() override
Perform a check of provided parameters. 
Definition: statoutputtxt.cc:31
 
void endOfSimulation() override
Indicate to Statistic Output that simulation ended. 
Definition: statoutputtxt.cc:144
 
The class for statistics output to a text file. 
Definition: statoutputtxt.h:31
 
void implStopOutputEntries() override
Implementation function for the end of output. 
Definition: statoutputtxt.cc:186
 
void printUsage() override
Print out usage for this Statistic Output. 
Definition: statoutputtxt.cc:69
 
Parameter store. 
Definition: params.h:45