-
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 subsys/debug/Kconfig:9
Included via Kconfig:8 → Kconfig.zephyr:34 → subsys/Kconfig:17
Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options
config BOOT_TIME_MEASUREMENT
bool "Boot time measurements"
depends on ARCH_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.)