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

(Includes any dependencies from ifs and menus.)

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:16

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.)