-
CONFIG_BOOT_TIME_MEASUREMENT
¶
Boot time measurements
Type: bool
Help¶
This option enables the recording of timestamps during system boot.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/debug/Kconfig:9
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:17
Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options
config BOOT_TIME_MEASUREMENT bool "Boot time measurements" depends onARCH_POSIX
||ARM
||X86
help This option enables the recording of timestamps during system boot.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)