:orphan: .. title:: THREAD_RUNTIME_STATS_USE_TIMING_FUNCTIONS .. option:: 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 =================== \ :option:`THREAD_RUNTIME_STATS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`TIMING_FUNCTIONS_NEED_AT_BOOT ` Kconfig definition ================== At ``/Kconfig:368`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` 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.)*