getSimulationOutput
Output& getSimulationOutput() const;
Get the instance of the simulation output object that the SST Core is using.
Parameters
- returns (Output) The instance of the simulation output object that SST Core is using
Example
getSimulationOutput().output("This stat output's name is %s\n", getStatisticOutputName().c_str());
Header
#include <sst/core/statapi/statoutput.h>