We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178d8aa commit 6868cd4Copy full SHA for 6868cd4
profiling_notes.md
@@ -52,6 +52,9 @@ echo 0 | sudo tee /proc/sys/kernel/kptr_restrict
52
For many more perf Examples:
53
http://www.brendangregg.com/perf.html
54
55
+Profiling with perf zine by Julia Evans is a great resource for getting a hang of perf:
56
+https://jvns.ca/perf-zine.pdf
57
+
58
Pros:
59
- it's fast as it samples the running program
60
- the cli can be a very quick way of getting a callchain to start from with a big program
0 commit comments