-
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:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:30
→ <nRF>/subsys/debug/Kconfig:8
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect
menuconfig CPU_LOAD
bool "Enable CPU load measurement"
select NRFX_PPI if HAS_HW_NRF_PPI
select NRFX_DPPI if HAS_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.)