:orphan: .. title:: THREAD_RUNTIME_STATS .. option:: CONFIG_THREAD_RUNTIME_STATS *Thread runtime statistics* Type: ``bool`` Help ==== Gather thread runtime statistics. For example: - Thread total execution cycles Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`INSTRUMENT_THREAD_SWITCHING ` Symbols that select this symbol =============================== - \ :option:`THREAD_ANALYZER ` Kconfig definition ================== .. highlight:: kconfig At ``kernel/Kconfig:359`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics .. parsed-literal:: menuconfig THREAD_RUNTIME_STATS bool "Thread runtime statistics" select \ :option:`INSTRUMENT_THREAD_SWITCHING ` help Gather thread runtime statistics. For example: - Thread total execution cycles *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*