-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add heap profiling tutorial #504
Conversation
@RafaelGSS thanks for working on this>. I think we should also cover generating a heap dump with https://nodejs.org/api/v8.html#v8_v8_getheapsnapshot and the related methods. |
@RafaelGSS thanks for clarifying. I think we could use an intro under the top level heading to explain what this doc is covering and introduce the top options that will be covered. |
@mhdawson Just added an introduction, let me know if that's what you expect. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Might be worth pointing out that both tools can also be used in production with external dependencies (heap-profile
, @mmarchini/observe
).
Address #502