CONFIG_FLASH_SIMULATOR_STATS¶
flash operations statistic
Type: bool
Help¶
Gather statistic measurement for flash simulator operations using the
statistic subsystem.
Default¶
- y 
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Driver>/flash/Kconfig.simulator:51
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:62 → <Zephyr Driver>/flash/Kconfig:89
Menu path: (Top) → Device Drivers → Flash hardware support → Flash simulator
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.)