Skip to content

Commit f2a94a5

Browse files
bjohansebasCopilot
andauthored
Update apps/site/pages/en/learn/diagnostics/flame-graphs.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
1 parent 82597df commit f2a94a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/diagnostics/flame-graphs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ perf record -e cycles:u -g -- node --perf-basic-prof --interpreted-frames-native
5252

5353
Once the flame graph is rendered, inspect the most saturated orange bars first. They're likely to represent CPU heavy functions.
5454

55-
Worth mentioning - if you click an element of a flame graph a it will zoom-in on the section you clicked.
55+
Worth mentioning - if you click an element of a flame graph it will zoom-in on the section you clicked.
5656

5757
### Using `perf` to sample a running process
5858

0 commit comments

Comments
 (0)