-
CONFIG_BOOT_TIME_MEASUREMENT
¶
Boot time measurements
Type: bool
Help¶
This option enables the recording of timestamps during system boot.
Direct dependencies¶
ARCH_POSIX
|| ARM
|| (X86
&& APIC_TIMER
&& APIC_TIMER_TSC
)
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/debug/Kconfig:8
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:12
Menu path: (Top) → System Monitoring Options
config BOOT_TIME_MEASUREMENT bool "Boot time measurements" depends onARCH_POSIX
||ARM
|| (X86
&&APIC_TIMER
&&APIC_TIMER_TSC
) help This option enables the recording of timestamps during system boot.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)