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>/drivers/flash/Kconfig.simulator:51
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:40
→ <Zephyr>/drivers/Kconfig:60
→ <Zephyr>/drivers/flash/Kconfig:87
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.)