-
CONFIG_TRACING_CPU_STATS_INTERVAL
¶
Logging interval for CPU measurements [ms]
Type: int
Help¶
Time period of displaying information about CPU usage.
Direct dependencies¶
TRACING_CPU_STATS_LOG
&& TRACING
(Includes any dependencies from ifs and menus.)
Default¶
2000
Kconfig definition¶
At <Zephyr>/subsys/tracing/Kconfig:81
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:56
Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Enable current CPU usage logging
config TRACING_CPU_STATS_INTERVAL int "Logging interval for CPU measurements [ms]" default 2000 depends onTRACING_CPU_STATS_LOG
&&TRACING
help Time period of displaying information about CPU usage.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)