From a0891eb24c81d3437ea8f40a6d3eaab7c09cac1d Mon Sep 17 00:00:00 2001 From: Ho Yin Cheng Date: Wed, 30 Oct 2019 11:20:45 -0700 Subject: [PATCH] Fixed the anchor link in the EN docs to correctly point to 'Filtering out Node.js internal functions'. --- locale/en/docs/guides/diagnostics-flamegraph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/docs/guides/diagnostics-flamegraph.md b/locale/en/docs/guides/diagnostics-flamegraph.md index 7c76639791a84..f19476ce95582 100644 --- a/locale/en/docs/guides/diagnostics-flamegraph.md +++ b/locale/en/docs/guides/diagnostics-flamegraph.md @@ -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`