:orphan: .. title:: TRACING_CPU_STATS_INTERVAL .. option:: CONFIG_TRACING_CPU_STATS_INTERVAL *Logging interval for CPU measurements [ms]* Type: ``int`` Help ==== Time period of displaying information about CPU usage. Direct dependencies =================== \ :option:`TRACING_CPU_STATS_LOG ` && \ :option:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2000 Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:82`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Enable current CPU usage logging .. parsed-literal:: config TRACING_CPU_STATS_INTERVAL int "Logging interval for CPU measurements [ms]" default 2000 depends on \ :option:`TRACING_CPU_STATS_LOG ` && \ :option:`TRACING ` help Time period of displaying information about CPU usage. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*