pub fn assert_page_locality(
observed: f64,
min_locality: Option<f64>,
total_pages: u64,
local_pages: u64,
) -> AssertResultExpand description
Check NUMA page locality against threshold.
observed is the fraction of pages on expected nodes (0.0-1.0).
total_pages and local_pages are included in diagnostics.