setStatisticLoadLevel
Set the global statistic load level. This level is used if individual load levels are not set. Also, the load level is only used for statistics not specifically enabled (i.e., not enabled using one of the enableAllStatistics variants).
Syntax
sst.setStatisticLoadLevel(level)
Parameters
- level (type: int) value to set global statistic load level to
- returns none
Example
import sst
sst.setStatisticLoadLevel(6)
Import
import sst