memtt / numaprof

NUMAPROF is a NUMA memory profliler based on Pintool to track your remote memory accesses.
https://memtt.github.io/numaprof
Other
45 stars 7 forks source link

Detection of variables moving from one NUMA node to another #21

Open svalat opened 6 years ago

svalat commented 6 years ago

Detect when concurent accesses append on a cache line and move it from one NUMA node to another, for example when there is contention on a spinlock.

This might be done in two ways :