The latest development version of this page may be more current than this released 1.14.1 version.
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 subsys/debug/Kconfig:34

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:14

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.)