:orphan: .. title:: BOOT_TIME_MEASUREMENT .. option:: CONFIG_BOOT_TIME_MEASUREMENT *Boot time measurements* Type: ``bool`` Help ==== This option enables the recording of timestamps during system boot. Direct dependencies =================== \ :option:`ARCH_POSIX ` || \ :option:`ARM ` || \ :option:`X86 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config BOOT_TIME_MEASUREMENT bool "Boot time measurements" depends on \ :option:`ARCH_POSIX ` || \ :option:`ARM ` || \ :option:`X86 ` help This option enables the recording of timestamps during system boot. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*