:orphan: .. title:: CONFIG_THREAD_RUNTIME_STATS_USE_TIMING_FUNCTIONS .. kconfig:: CONFIG_THREAD_RUNTIME_STATS_USE_TIMING_FUNCTIONS CONFIG_THREAD_RUNTIME_STATS_USE_TIMING_FUNCTIONS ################################################ *Use timing functions to gather statistics* Type: ``bool`` Help ==== .. code-block:: none Use timing functions to gather thread runtime statistics. Note that timing functions may use a different timer than the default timer for OS timekeeping. Direct dependencies =================== \ :kconfig:`THREAD_RUNTIME_STATS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`TIMING_FUNCTIONS_NEED_AT_BOOT ` Kconfig definition ================== At ``/Kconfig:376`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics → Thread runtime statistics .. code-block:: kconfig 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.)*