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 <Kernel>/Kconfig.vm:145
Included via Kconfig:8
→ Kconfig.zephyr:40
→ <Kernel>/Kconfig:923
Menu path: (Top) → Virtual Memory Support → 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.)