Struct defining the global 'statistics map' that contains all the defining properties of the supported statistics.
Definition at line 34 of file bin/Weave/Statistics.c.
Data Fields | |
| WeaveStatisticType | val |
| bitflag value for this statistic More... | |
| const char *const | name |
| internal name of this statistics More... | |
| WeaveStatisticType | dependencies |
| set of direct input dependencies of this statistic More... | |
| const char *const | help |
| help string explaining this statistic More... | |
| WeaveStatisticType WeaveStatisticMap::val |
bitflag value for this statistic
Definition at line 35 of file bin/Weave/Statistics.c.
internal name of this statistics
Definition at line 36 of file bin/Weave/Statistics.c.
| WeaveStatisticType WeaveStatisticMap::dependencies |
set of direct input dependencies of this statistic
Definition at line 37 of file bin/Weave/Statistics.c.
help string explaining this statistic
Definition at line 38 of file bin/Weave/Statistics.c.