Tracking NodeJS “arrayBuffer” allocations
There are many options for heap profiling in NodeJS, but I’m having trouble finding anything to profile the memory returned by process.memoryUsage().arrayBuffers
.
There are many options for heap profiling in NodeJS, but I’m having trouble finding anything to profile the memory returned by process.memoryUsage().arrayBuffers
.