Skip to content

Commit d474d94

Browse files
hysanTrott
authored andcommitted
Fixed the anchor link in the EN docs to correctly point to 'Filtering out Node.js internal functions'. (#2736)
1 parent fab7c9e commit d474d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en/docs/guides/diagnostics-flamegraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Now let's get to work.
3939
```
4040

4141
4. disregard warnings unless they're saying you can't run perf due to missing packages; you may get some warnings about not being able to access kernel module samples which you're not after anyway.
42-
5. Run `perf script > perfs.out` to generate the data file you'll visualize in a moment. It's useful to [apply some cleanup](#filtering-out-node-internal-functions) for a more readable graph
42+
5. Run `perf script > perfs.out` to generate the data file you'll visualize in a moment. It's useful to [apply some cleanup](#filtering-out-node-js-internal-functions) for a more readable graph
4343
6. install stackvis if not yet installed `npm i -g stackvis`
4444
7. run `stackvis perf < perfs.out > flamegraph.htm`
4545

0 commit comments

Comments
 (0)