core-latency icon indicating copy to clipboard operation
core-latency copied to clipboard

A simple benchmark which measures latency between CPU cores.

Results 3 core-latency issues
Sort by recently updated
recently updated
newest added

Noting that on Ubuntu 18 the `boost` libraries mentioned can be installed with `sudo apt-get install libboost-all-dev`

I found this tool via Michael Kuron, at https://blog.michael.kuron-germany.de/2018/09/amd-ryzen-threadripper-numa-architecture-cpu-affinity-and-htcondor/ he has a good display of the practical impact of latency in NUMA domains, specifically threadripper. The question I have is...

I get a build errors on RHEL 7.4 with g++ 4.8.5: \# make g++ -std=c++11 -Wall -pthread -O3 -Iinclude -o core-latency main.cpp In file included from include/nonius/configuration.h++:17:0, from include/nonius/benchmark.h++:18, from...