:orphan: .. title:: STATS_NAMES .. option:: CONFIG_STATS_NAMES *Statistic names* 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 =================== \ :option:`STATS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`FLASH_SIMULATOR ` - \ :option:`EEPROM_SIMULATOR ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/stats/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:43`` Menu path: (Top) → Sub Systems and OS Services → Statistics support .. parsed-literal:: config STATS_NAMES bool "Statistic names" depends on \ :option:`STATS ` 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.)*