-
CONFIG_CPU_LOAD
¶
Enable CPU load measurement
Type: bool
Help¶
Enable the CPU load measurement instrumentation. This tool is using one TIMER peripheral and PPI to perform accurate CPU load measurement.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <nRF>/subsys/debug/cpu_load/Kconfig:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:30
→ <nRF>/subsys/debug/Kconfig:8
Menu path: (Top) → Modules → Nordic nRF Connect
menuconfig CPU_LOAD bool "Enable CPU load measurement" selectNRFX_PPI
ifHAS_HW_NRF_PPI
selectNRFX_DPPI
ifHAS_HW_NRF_DPPIC
depends on !SOC_SERIES_NRF51X
help Enable the CPU load measurement instrumentation. This tool is using one TIMER peripheral and PPI to perform accurate CPU load measurement.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)