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:376
Included via Kconfig:8 → Kconfig.zephyr:40
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"
    select TIMING_FUNCTIONS_NEED_AT_BOOT
    depends on THREAD_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.)