-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
diag-agendaIssues and PRs to discuss during the meetings of the diagnostics working group.Issues and PRs to discuss during the meetings of the diagnostics working group.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
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 via cppgc::CppHeap::CollectStatistics()
in the v8
module.
cc @nodejs/diagnostics
What alternatives have you considered?
No response
joyeecheung, legendecas, santigimeno and tony-go
Metadata
Metadata
Assignees
Labels
diag-agendaIssues and PRs to discuss during the meetings of the diagnostics working group.Issues and PRs to discuss during the meetings of the diagnostics working group.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Type
Projects
Status
Awaiting Triage