Searched refs:lastInfo (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/
H A Dvmstat.cpp90 system_info lastInfo = info; local
97 int32 pageFaults = info.page_faults - lastInfo.page_faults;
100 - (lastInfo.max_pages * B_PAGE_SIZE - lastInfo.free_memory);
103 - (lastInfo.max_swap_pages - lastInfo.free_swap_pages))
106 = (info.block_cache_pages - lastInfo.block_cache_pages)
111 lastInfo = info;

Completed in 22 milliseconds