-
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
Tier of Support: V8 Sampling Heap Profiler current state #259
Comments
I think most of the activities are on the Node.js side. |
Thanks for starting this thread @Drieger. One thing to clarify would be the distinction between the V8 Sampling Heap Profiler API and the user-space module (that I maintain) at https://github.com/v8/sampling-heap-profiler. At first, I think we take the API itself through the rigor to figure out the tier of support. Whether or not my user-space implementation is the best way to consume the V8 API may be a different topic. An alternative user-space implementation could become better than mine, or alternatively we could argue that this is important enough to bake directly into Node.js itself. BTW, note that P.S. It would be great to have more collaborators on heap-profile. If anyone is interested, let me know. |
I think this is worth being added to the v8 module, along with a JS API to trigger heapdumps (there was a feature request, couldn’t find it ATM) |
I believe you are referring to nodejs/node#23328. I will point out the same point as i did for having a API in core for taking heapdump : We already have this API through the |
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made. |
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made. |
I tried to summarize current state of requisites for
V8 Sampling Heap Profiler
. Requisites are taken from Tier 1 (most complete set of requirements).There are some requirements that seem to be subjective (at least to me), which means it's not clear if a tool fulfills it or not.
Requisites
Tool Analysis
https://github.com/v8/sampling-heap-profiler/issues/2
https://github.com/v8/sampling-heap-profiler/issues/14
[npm] 253 weekly downloads
Based on this it is possible to have a more clear view of the current state and what is necessary to work on to move
V8 Sampling Heap Profiler
to target tier. It is also an opportunity to debate if requirements are correct. Any ideas and opinions are welcome.The text was updated successfully, but these errors were encountered: