C2CBench (Cache-to-Cache Benchmark) is a tool to evaluate cache to cache performance on modern parallel microprocessors.
The C2CBench project measures the performance of accesses to remote caches and the impact of cache coherence protocols on cache-to-cache data transfers.
Compiling:
· Run the following commands after downloading the sources
cd c2cbench-0.9
cd src
make clean
make
· The binary c2cbench is created under c2cbench-0.9/bin directory. You can add this directory to your local search path.
Product's homepage