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.

Direct dependencies

DEMAND_PAGING && MMU

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/arch/Kconfig:713

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:37

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.)