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