related work

This commit is contained in:
Carl Pearson
2019-09-24 06:54:47 -05:00
parent 3da56a3a4a
commit 3ff80c86f2

View File

@@ -195,4 +195,9 @@ See [examples/cpu_cache.cpp](examples/cpu_cache.cpp).
- [ ] disable hyperthreading
- [ ] reserve cores
- [ ] set process priority
- [ ] disable ASLR
- [ ] 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.