getComponentInfoStatisticEnableLevel
uint8_t getComponentInfoStatisticEnableLevel(const std::string& statisticName) const;
Availability: Component, SubComponent, ComponentExtension
Returns the enable level for the specified statistic
Parameters
- statisticName (string) Name of the statistic
- returns (uint8_t) The enable level of the statistic
Header
#include <sst/core/component.h> // or
#include <sst/core/subcomponent.h> // or
#include <sst/core/componentExtension.h>