SST/macro
|
#include <iostream>
#include <fstream>
#include <sstmac/common/timestamp.h>
#include <sstmac/backends/common/parallel_runtime_fwd.h>
#include <sprockit/factories/factory.h>
Go to the source code of this file.
Classes | |
class | sstmac::stat_collector |
A type of logger that collects some kind of statistic and outputs to a file during or at the end of a simulation. More... | |
Namespaces | |
sstmac | |
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i.e. | |
Functions | |
template<class T > | |
T * | sstmac::optional_stats (sprockit::sim_parameters *params, const std::string &ns, const std::string &deflt, const char *suffix=0) |
sstmac::DeclareFactory (stat_collector) | |