CONFIG_EXECUTION_BENCHMARKING

Timing metrics

Type: bool

Help

This option enables the tracking of various times inside the kernel the exact set of metrics being tracked is board-dependent. All timing measurements are enabled for X86 and ARM based architectures. In other architectures only a subset are enabled.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At kernel/Kconfig:337

Included via Kconfig:10Kconfig.zephyr:25

Menu path: (top menu) → General Kernel Options → Kernel Debugging and Metrics

config EXECUTION_BENCHMARKING
    bool
    prompt "Timing metrics"
    help
      This option enables the tracking of various times inside the kernel
      the exact set of metrics being tracked is board-dependent.
      All timing measurements are enabled for X86 and ARM based architectures.
      In other architectures only a subset are enabled.

(Definitions include propagated dependencies, including from if’s and menus.)