Java-Thread-Affinity icon indicating copy to clipboard operation
Java-Thread-Affinity copied to clipboard

Support non contiguous processor ids

Open JerryShea opened this issue 2 years ago • 1 comments

e.g.

$ cat /proc/cpuinfo
processor	: 0
...
core id		: 0
...
...
processor	: 2
...
core id		: 1
...
...

JerryShea avatar Mar 06 '24 06:03 JerryShea

See WIP https://github.com/OpenHFT/Java-Thread-Affinity/compare/ea...capture_processorid

JerryShea avatar May 14 '24 08:05 JerryShea