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:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:34
→ <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.)