We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9139c5e commit 57d0e5bCopy full SHA for 57d0e5b
apps/site/pages/en/learn/diagnostics/flame-graphs.md
@@ -52,7 +52,7 @@ perf record -e cycles:u -g -- node --perf-basic-prof --interpreted-frames-native
52
53
Once the flame graph is rendered, inspect the most saturated orange bars first. They're likely to represent CPU heavy functions.
54
55
-Worth mentioning - if you click an element of a flame graph a it will zoom-in on the section you clicked.
+Worth mentioning - if you click an element of a flame graph it will zoom-in on the section you clicked.
56
57
### Using `perf` to sample a running process
58
0 commit comments