-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At kernel/Kconfig:327
Included via Kconfig:10
→ Kconfig.zephyr:25
Menu path: (top menu) → General Kernel Options → Kernel Debugging and Metrics
config INT_LATENCY_BENCHMARK bool prompt "Interrupt latency metrics [EXPERIMENTAL]" ifARCH
= "x86" depends onARCH
= "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.)