CONFIG_STATS_SHELL

Statistics Shell Command

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.

Direct dependencies

STATS && SHELL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/stats/Kconfig:21

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:47

Menu path: (Top) → Sub Systems and OS Services → Statistics support

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