12 #ifndef SST_CORE_STATAPI_STATGROUP_H 13 #define SST_CORE_STATAPI_STATGROUP_H 15 #include "sst/core/serialization/serializer.h" 16 #include "sst/core/sst_types.h" 17 #include "sst/core/unitAlgebra.h" 24 class ConfigStatGroup;
25 namespace Statistics {
27 class StatisticOutput;
28 class StatisticProcessingEngine;
42 bool is_default =
true;
43 std::string name =
"default";
44 SimTime_t output_freq = 0;
49 std::vector<ComponentId_t> components;
50 std::vector<std::string> stat_names;
51 std::vector<StatisticBase*> stats;
60 #endif // SST_CORE_STATAPI_STATGROUP_H This class is basically a wrapper for objects to declare the order in which their members should be s...
Definition: serializer.h:42
Forms the base class for statistics output generation within the SST core.
Definition: statoutput.h:52
Forms the base class for statistics gathering within SST.
Definition: statbase.h:49
Definition: configGraph.h:282
An SST core component that handles timing and event processing informing all registered Statistics to...
Definition: statengine.h:54
Definition: statgroup.h:31