Skip to content

Commit 5c29f86

Browse files
pzrqTrott
authored andcommitted
Update simple-profiling.md: Add flamegraph link
This Netflix war story that kicked off my eventually finding this guide is awesome, but I don't think it's required for someone looking for next steps in a real-world scenario. https://netflixtechblog.com/node-js-in-flames-ddd073803aa4
1 parent 891110e commit 5c29f86

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

locale/en/docs/guides/simple-profiling.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,5 +276,8 @@ Hopefully, through the performance investigation of this (admittedly contrived)
276276
example, you've seen how the V8 tick processor can help you gain a better
277277
understanding of the performance of your Node.js applications.
278278

279+
You may also find [how to create a flame graph][diagnostics flamegraph] helpful.
280+
279281
[profiler inside V8]: https://v8.dev/docs/profile
280282
[benefits of asynchronous programming]: https://nodesource.com/blog/why-asynchronous
283+
[diagnostics flamegraph]: https://nodejs.org/en/docs/guides/diagnostics-flamegraph/

0 commit comments

Comments
 (0)