12 #ifndef SST_CORE_STATAPI_STATGROUP_H
13 #define SST_CORE_STATAPI_STATGROUP_H
15 #include "sst/core/sst_types.h"
16 #include "sst/core/unitAlgebra.h"
22 class ConfigStatGroup;
23 namespace Statistics {
25 class StatisticOutput;
42 std::vector<ComponentId_t> components;
43 std::vector<std::string> statNames;
44 std::vector<StatisticBase*> stats;
50 #endif // SST_CORE_STATAPI_STATGROUP_H
Forms the base class for statistics output generation within the SST core.
Definition: statoutput.h:49
Forms the base class for statistics gathering within SST.
Definition: statbase.h:63
Definition: configGraph.h:158
Definition: statgroup.h:27
Performs Unit math in full precision.
Definition: unitAlgebra.h:106