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"
42 std::vector<ComponentId_t> components;
43 std::vector<std::string> statNames;
44 std::vector<StatisticBase*> stats;
Definition: configGraph.h:159
Forms the base class for statistics gathering within SST.
Definition: statbase.h:64
Definition: statgroup.h:28
Forms the base class for statistics output generation within the SST core.
Definition: statoutput.h:50
Performs Unit math in full precision.
Definition: unitAlgebra.h:109