From 3ff80c86f23265146472dbfa53df4ab0b280288f Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Tue, 24 Sep 2019 06:54:47 -0500 Subject: [PATCH] related work --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fec986b..8431766 100644 --- a/README.md +++ b/README.md @@ -195,4 +195,9 @@ See [examples/cpu_cache.cpp](examples/cpu_cache.cpp). - [ ] disable hyperthreading - [ ] reserve cores - [ ] set process priority - - [ ] disable ASLR \ No newline at end of file + - [ ] disable ASLR + +## Related + +* [LLVM benchmarking instructions](https://llvm.org/docs/Benchmarking.html#linux) covering ASLR, Linux governor, cpuset shielding, SMT, and Intel turbo. +* [easyperf.net](https://easyperf.net/blog/2019/08/02/Perf-measurement-environment-on-Linux#2-disable-hyper-threading) blog post discussing ACPI/Intel turbo, SMT, Linux governor, CPU affinity, process priority, file system caches, and ASLR. \ No newline at end of file