-
CONFIG_CPU_LOAD_LOG_PERIODIC
¶
Periodically log current CPU load
Type: bool
Help¶
INFO level must be enabled to get the log.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <nRF>/subsys/debug/cpu_load/Kconfig:29
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 → Enable CPU load measurement
config CPU_LOAD_LOG_PERIODIC
bool "Periodically log current CPU load"
depends on LOG && CPU_LOAD
help
INFO level must be enabled to get the log.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)