:orphan: .. title:: CONFIG_THREAD_ANALYZER_AUTO .. kconfig:: CONFIG_THREAD_ANALYZER_AUTO CONFIG_THREAD_ANALYZER_AUTO ########################### *Run periodic thread analysis in a thread* Type: ``bool`` Help ==== .. code-block:: none Run the thread analyzer automatically, without the need to add any code to the application. Thread analysis would be called periodically. Direct dependencies =================== \ :kconfig:`THREAD_ANALYZER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/debug/Kconfig:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options → Enable Thread analyzer .. code-block:: kconfig config THREAD_ANALYZER_AUTO bool "Run periodic thread analysis in a thread" depends on 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.)*