:orphan: .. title:: TRACING_CPU_STATS_LOG .. option:: CONFIG_TRACING_CPU_STATS_LOG *Enable current CPU usage logging* Type: ``bool`` Help ==== Periodically displays information about CPU usage. Direct dependencies =================== \ :option:`TRACING_CPU_STATS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/debug/Kconfig:301`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:12`` Menu path: (Top) → Debugging Options → Enable CPU usage tracing .. parsed-literal:: config TRACING_CPU_STATS_LOG bool "Enable current CPU usage logging" depends on \ :option:`TRACING_CPU_STATS ` help Periodically displays information about CPU usage. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*