:orphan: .. title:: CONFIG_STATS_SHELL .. kconfig:: CONFIG_STATS_SHELL CONFIG_STATS_SHELL ################## *Statistics Shell Command* Type: ``bool`` Help ==== .. code-block:: none 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. Direct dependencies =================== \ :kconfig:`STATS ` && \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/stats/Kconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:47`` Menu path: (Top) → Sub Systems and OS Services → Statistics support .. code-block:: kconfig config STATS_SHELL bool "Statistics Shell Command" depends on STATS && SHELL 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*