:orphan: .. title:: CONFIG_STATS .. kconfig:: CONFIG_STATS CONFIG_STATS ############ *Statistics support* Type: ``bool`` Help ==== .. code-block:: none 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``. Symbols that select this symbol =============================== - \ :kconfig:`FLASH_SIMULATOR_STATS ` - \ :kconfig:`EEPROM_SIMULATOR ` Kconfig definition ================== At ``/stats/Kconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:47`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig config STATS bool "Statistics support" help Enable per-module event counters for troubleshooting, maintenance, and usage monitoring. Statistics can be retrieved with the mcumgr management subsystem. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*