-
CONFIG_THREAD_RUNTIME_STATS_USE_TIMING_FUNCTIONS
¶
Use timing functions to gather statistics
Type: bool
Help¶
Use timing functions to gather thread runtime statistics.
Note that timing functions may use a different timer than the default timer for OS timekeeping.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/kernel/Kconfig:369
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:30
Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics → Thread runtime statistics
config THREAD_RUNTIME_STATS_USE_TIMING_FUNCTIONS bool "Use timing functions to gather statistics" selectTIMING_FUNCTIONS
depends onTHREAD_RUNTIME_STATS
help Use timing functions to gather thread runtime statistics. Note that timing functions may use a different timer than the default timer for OS timekeeping.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)