CONFIG_THREAD_ANALYZER_AUTO_INTERVAL

Thread analysis interval

Type: int

Help

The time in seconds to call thread analyzer periodic printing function.

Direct dependencies

THREAD_ANALYZER_AUTO && THREAD_ANALYZER

(Includes any dependencies from ifs and menus.)

Default

  • 60

Kconfig definition

At <Zephyr>/subsys/debug/Kconfig:75

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:16

Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options → Enable Thread analyzer → Run periodic thread analysis in a thread

config THREAD_ANALYZER_AUTO_INTERVAL
    int "Thread analysis interval"
    range 5 3600
    default 60
    depends on THREAD_ANALYZER_AUTO && THREAD_ANALYZER
    help
      The time in seconds to call thread analyzer periodic printing function.

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