:orphan: .. title:: THREAD_ANALYZER_AUTO .. option:: CONFIG_THREAD_ANALYZER_AUTO *Run periodic thread analysis in a thread* Type: ``bool`` Help ==== Run the thread analyzer automatically, without the need to add any code to the application. Thread analysis would be called periodically. Direct dependencies =================== \ :option:`THREAD_ANALYZER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/debug/Kconfig:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options → Enable Thread analyzer .. parsed-literal:: config THREAD_ANALYZER_AUTO bool "Run periodic thread analysis in a thread" depends on \ :option:`THREAD_ANALYZER ` help Run the thread analyzer automatically, without the need to add any code to the application. Thread analysis would be called periodically. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*