:orphan: .. title:: CONFIG_FLASH_SIMULATOR_STATS .. kconfig:: CONFIG_FLASH_SIMULATOR_STATS CONFIG_FLASH_SIMULATOR_STATS ############################ *flash operations statistic* Type: ``bool`` Help ==== .. code-block:: none Gather statistic measurement for flash simulator operations using the statistic subsystem. Direct dependencies =================== \ :kconfig:`FLASH_SIMULATOR ` && \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`STATS ` - \ :kconfig:`STATS_NAMES ` Kconfig definition ================== At ``/flash/Kconfig.simulator:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:89`` Menu path: (Top) → Device Drivers → Flash hardware support → Flash simulator .. code-block:: kconfig config FLASH_SIMULATOR_STATS bool "flash operations statistic" default y select STATS select STATS_NAMES depends on FLASH_SIMULATOR && FLASH help Gather statistic measurement for flash simulator operations using the statistic subsystem. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*