CONFIG_CPU_LOAD_LOG_PERIODIC

Periodically log current CPU load

Type: bool

Help

INFO level must be enabled to get the log.

Direct dependencies

LOG && CPU_LOAD

(Includes any dependencies from ifs and menus.)

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: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 → 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.)