:orphan: .. title:: CONFIG_DEMAND_PAGING_STATS_USING_TIMING_FUNCTIONS .. kconfig:: CONFIG_DEMAND_PAGING_STATS_USING_TIMING_FUNCTIONS CONFIG_DEMAND_PAGING_STATS_USING_TIMING_FUNCTIONS ################################################# *Use Timing Functions to Gather Demand Paging Statistics* Type: ``bool`` Help ==== .. code-block:: none Use timing functions to gather various demand paging statistics. Direct dependencies =================== \ :kconfig:`DEMAND_PAGING ` && \ :kconfig:`MMU ` *(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:724`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) → Enable MMU features → Enable demand paging [EXPERIMENTAL] .. code-block:: kconfig config DEMAND_PAGING_STATS_USING_TIMING_FUNCTIONS bool "Use Timing Functions to Gather Demand Paging Statistics" select TIMING_FUNCTIONS_NEED_AT_BOOT depends on DEMAND_PAGING && MMU help Use timing functions to gather various demand paging statistics. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*