12 #ifndef _H_SST_CORE_STATISTICS_OUTPUTCONSOLE
13 #define _H_SST_CORE_STATISTICS_OUTPUTCONSOLE
15 #include "sst/core/sst_types.h"
17 #include <sst/core/statapi/statoutput.h>
20 namespace Statistics {
87 std::string m_OutputBuffer;
void implOutputField(fieldHandle_t fieldHandle, int32_t data)
Implementation functions for output.
Definition: statoutputconsole.cc:72
void implStopOutputEntries()
Implementation function for the end of output.
Definition: statoutputconsole.cc:66
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
bool checkOutputParameters()
Perform a check of provided parameters.
Definition: statoutputconsole.cc:28
Parameter store.
Definition: params.h:46
void endOfSimulation()
Indicate to Statistic Output that simulation ended.
Definition: statoutputconsole.cc:52
void implStartOutputEntries(StatisticBase *statistic)
Implementation function for the start of output.
Definition: statoutputconsole.cc:56
void printUsage()
Print out usage for this Statistic Output.
Definition: statoutputconsole.cc:40
void startOfSimulation()
Indicate to Statistic Output that simulation started.
Definition: statoutputconsole.cc:48
The class for statistics output to the console.
Definition: statoutputconsole.h:28