-
CONFIG_STATS_NAMES
¶
Statistic names
Type: bool
Help¶
Include a full name string for each statistic in the build. If this setting is disabled, statistics are assigned generic names of the form “s0”, “s1”, etc. Enabling this setting simplifies debugging, but results in a larger code size.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/debug/Kconfig:41
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:14
Menu path: (top menu) → System Monitoring Options
config STATS_NAMES bool prompt "Statistic names" ifSTATS
depends onSTATS
help Include a full name string for each statistic in the build. If this setting is disabled, statistics are assigned generic names of the form "s0", "s1", etc. Enabling this setting simplifies debugging, but results in a larger code size.
(Definitions include propagated dependencies, including from if’s and menus.)