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