ShadowNode
ShadowNode copied to clipboard
Performance Hook: split the profiler modules
The Node.js implements the W3C Performance Timeline, therefore moving the CPU Profiling into the perf_hooks
should also be on the main road.
As for HeapDump API, because still no standard W3C API, let's reference ben's node-heapdump, and make a new module named heapdump
.
/cc @algebrait @legendecas