:orphan: .. title:: CONFIG_SCHED_THREAD_USAGE_ALL .. kconfig:: CONFIG_SCHED_THREAD_USAGE_ALL CONFIG_SCHED_THREAD_USAGE_ALL ############################# *Collect total system runtime usage* Type: ``bool`` Help ==== .. code-block:: none Maintain a sum of all non-idle thread cycle usage. Direct dependencies =================== \ :kconfig:`SCHED_THREAD_USAGE ` && \ :kconfig:`THREAD_RUNTIME_STATS ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`SCHED_THREAD_USAGE ` Kconfig definition ================== At ``/Kconfig:402`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics → Thread runtime statistics → Collect thread runtime usage .. code-block:: kconfig config SCHED_THREAD_USAGE_ALL bool "Collect total system runtime usage" default y if SCHED_THREAD_USAGE depends on SCHED_THREAD_USAGE && THREAD_RUNTIME_STATS help Maintain a sum of all non-idle thread cycle usage. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*