memory profiling tool
It is a memory profiling tool on linux for a performance tuning. It measures memory performance like L1/L2 cache miss, TLB miss, and so on using by the hardware performance monitoring counters. It has a linux kernel patch, a command (ebs), and an API.
How to install
"How to install" is not written yet
How to use
"How to use" is not written yet