The latest development version of this page may be more current than this released 1.14.1 version.
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 is enabled.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At kernel/Kconfig:345

Included via Kconfig:10Kconfig.zephyr:31

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 is enabled.

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