CONFIG_INT_LATENCY_BENCHMARK

Interrupt latency metrics [EXPERIMENTAL]

Type: bool

Help

This option enables the tracking of interrupt latency metrics; the exact set of metrics being tracked is board-dependent. Tracking begins when int_latency_init() is invoked by an application. The metrics are displayed (and a new sampling interval is started) each time int_latency_show() is called thereafter.

Direct dependencies

ARCH = “x86”

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At kernel/Kconfig:327

Included via Kconfig:10Kconfig.zephyr:25

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

config INT_LATENCY_BENCHMARK
    bool
    prompt "Interrupt latency metrics [EXPERIMENTAL]" if ARCH = "x86"
    depends on ARCH = "x86"
    help
      This option enables the tracking of interrupt latency metrics;
      the exact set of metrics being tracked is board-dependent.
      Tracking begins when int_latency_init() is invoked by an application.
      The metrics are displayed (and a new sampling interval is started)
      each time int_latency_show() is called thereafter.

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