CONFIG_CPU_LOAD_LOG_INTERVAL

Logging interval for CPU load [ms]

Type: int

Direct dependencies

CPU_LOAD_LOG_PERIODIC && LOG && CPU_LOAD

(Includes any dependencies from ifs and menus.)

Default

  • 2000

Kconfig definition

At <nRF>/subsys/debug/cpu_load/Kconfig:34

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 → Periodically log current CPU load

config CPU_LOAD_LOG_INTERVAL
    int "Logging interval for CPU load [ms]"
    default 2000
    depends on CPU_LOAD_LOG_PERIODIC && LOG && CPU_LOAD

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)