When optimizing code for performance, it is often useful to have a very clear idea about what
happens in memory. Reducing page faults, cache misses, TLB misses et cetera can be a major factor in
speeding up your code. In this post I will demonstrate how you can inspect paging information
regarding the memory of your process under Linux.