Skip to content

Commit

Permalink
Fixed the anchor link in the EN docs to correctly point to 'Filtering…
Browse files Browse the repository at this point in the history
… out Node.js internal functions'. (#2736)
  • Loading branch information
hysan authored and Trott committed Nov 5, 2019
1 parent fab7c9e commit d474d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/en/docs/guides/diagnostics-flamegraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Now let's get to work.
```

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.
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
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
6. install stackvis if not yet installed `npm i -g stackvis`
7. run `stackvis perf < perfs.out > flamegraph.htm`

Expand Down

0 comments on commit d474d94

Please sign in to comment.