-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Requesting documentation of v8.getHeapStatistics() properties #32998
Comments
Pull request welcome. |
Some of the values are also available by
See: node/src/node_process_methods.cc Lines 190 to 219 in 60c4c2b
node/lib/internal/process/per_thread.js Lines 149 to 159 in abe6a2e
Maybe we should mention that those are the same. |
this is fully documented now, here. Closing, pls re-open if my understanding is wrong |
Only |
#32206 mentions that none of the properties returned by
v8.getHeapStatistics()
are properly documented.I'm currently relying on an answer I found on stackoverflow (https://stackoverflow.com/questions/41541843/nodejs-v8-getheapstatistics-method) but there should be some official documentation about the individual values returned in the documentation.
The text was updated successfully, but these errors were encountered: