commit | 1a444a870705b263cb4ee080ddfafde42c0f5563 | [log] [tgz] |
---|---|---|
author | Shinichiro Hamaji <[email protected]> | Tue Feb 16 13:49:49 2016 +0900 |
committer | Shinichiro Hamaji <[email protected]> | Tue Feb 16 13:56:27 2016 +0900 |
tree | a59ca6fda7318cf4f3a7d843e547df95b6063cf4 | |
parent | 7373ee2bb78ac887d3684ab2d243c3226573b5ee [diff] [blame] |
[C++] Set CPU affinity Sticking to a single processor improves the performance while we are running only a single thread.
diff --git a/Makefile.ckati b/Makefile.ckati index cf5bab8..38e1feb 100644 --- a/Makefile.ckati +++ b/Makefile.ckati
@@ -22,6 +22,7 @@ KATI_BIN_PATH ?= . KATI_CXX_SRCS := \ + affinity.cc \ command.cc \ condvar.cc \ dep.cc \