-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
Is it planned/possible to extend N-API with debugging/monitoring APIs of the underlying VM?
I have following APIs in mind:
v8::CpuProfiler
for in process CPU profilingv8::Isolate::NumberOfHeapSpaces()
,v8::Isolate::GetHeapSpaceStatistics
,v8::Isolate::AddGCPrologueCallback()
andv8::Isolate::AddGCEpilogueCallback()
for in process GC/Heap statistics collectionv8::HeapProfiler
for creation of Heap dumps
List above may be incomplete but I think the main question is if N-API should be limited of "real production use" or include also debugging/monitoring APIs most likely only of value for few modules.
Metadata
Metadata
Assignees
Labels
No labels