: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 ==== 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 ` Kconfig definition ================== .. highlight:: kconfig At ``kernel/Kconfig:370`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics → Thread runtime statistics .. parsed-literal:: config THREAD_RUNTIME_STATS_USE_TIMING_FUNCTIONS bool "Use timing functions to gather statistics" select \ :option:`TIMING_FUNCTIONS ` depends on \ :option:`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.)*