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>
20 namespace Statistics {
87 std::string m_outputBuffer;
88 std::string m_FilePath;
89 bool m_outputTopHeader;
90 bool m_outputInlineHeader;
void implStopOutputEntries()
Implementation function for the end of output.
Definition: statoutputtxt.cc:190
void implOutputField(fieldHandle_t fieldHandle, int32_t data)
Implementation functions for output.
Definition: statoutputtxt.cc:196
Forms the base class for statistics output generation within the SST core.
Definition: statoutput.h:47
Forms the base class for statistics gathering within SST.
Definition: statbase.h:36
void printUsage()
Print out usage for this Statistic Output.
Definition: statoutputtxt.cc:68
void startOfSimulation()
Indicate to Statistic Output that simulation started.
Definition: statoutputtxt.cc:82
The class for statistics output to a text file.
Definition: statoutputtxt.h:27
void endOfSimulation()
Indicate to Statistic Output that simulation ended.
Definition: statoutputtxt.cc:148
bool checkOutputParameters()
Perform a check of provided parameters.
Definition: statoutputtxt.cc:30
void implStartOutputEntries(StatisticBase *statistic)
Implementation function for the start of output.
Definition: statoutputtxt.cc:154
Parameter store.
Definition: params.h:46