CONFIG_DEMAND_PAGING_STATS_USING_TIMING_FUNCTIONS¶
Use Timing Functions to Gather Demand Paging Statistics
Type: bool
Help¶
Use timing functions to gather various demand paging statistics.
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Architecture>/Kconfig:724
Included via Kconfig:8 → Kconfig.zephyr:39
Menu path: (Top) → Enable MMU features → Enable demand paging [EXPERIMENTAL]
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.)