memtt / malt

MALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications.
https://memtt.github.io/malt/
Other
106 stars 15 forks source link

Add metric about page fault cost estimation #77

Open svalat opened 1 year ago

svalat commented 1 year ago

Maybe we can provide the minimum cost. But it requires to capture mmap/mremap/munmap which is not simple.