:orphan: .. title:: THREAD_ANALYZER_AUTO_INTERVAL .. option:: CONFIG_THREAD_ANALYZER_AUTO_INTERVAL *Thread analysis interval* Type: ``int`` Help ==== The time in seconds to call thread analyzer periodic printing function. Direct dependencies =================== \ :option:`THREAD_ANALYZER_AUTO ` && \ :option:`THREAD_ANALYZER ` *(Includes any dependencies from ifs and menus.)* Default ======= - 60 Kconfig definition ================== .. highlight:: kconfig At ``subsys/debug/Kconfig:76`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options → Enable Thread analyzer → Run periodic thread analysis in a thread .. parsed-literal:: config THREAD_ANALYZER_AUTO_INTERVAL int "Thread analysis interval" range 5 3600 default 60 depends on \ :option:`THREAD_ANALYZER_AUTO ` && \ :option:`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.)*