-
CONFIG_STATS
¶
Statistics support
Type: bool
Help¶
Enable per-module event counters for troubleshooting, maintenance, and usage monitoring. Statistics can be retrieved with the mcumgr management subsystem.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At misc/Kconfig:284
Included via Kconfig:10
→ Kconfig.zephyr:31
Menu path: (top menu) → System Monitoring Options
config STATS
bool
prompt "Statistics support"
help
Enable per-module event counters for troubleshooting, maintenance,
and usage monitoring. Statistics can be retrieved with the mcumgr
management subsystem.
(Definitions include propagated dependencies, including from if’s and menus.)