Expose cppgc::CppHeap::CollectStatistics() in v8 module #56533
Labels
diag-agenda
Issues and PRs to discuss during the meetings of the diagnostics working group.
feature request
Issues that request new features to be added to Node.js.
What is the problem this feature will solve?
Since we've been migrating things to use
CppHeap
, we have a bunch of extra GC-managed memory which has become a bit less mysterious to V8. This means we can take better advantage of V8 interfaces to get observability into this memory.What is the feature you are proposing to solve the problem?
It would likely be an easy win to expose
CppHeap
data viacppgc::CppHeap::CollectStatistics()
in thev8
module.cc @nodejs/diagnostics
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: