Format current process memory usage as a human readable string.
Returns an empty string in the browser where process.memoryUsage is unavailable.
process.memoryUsage
arrayBuffers should allow tracking WASM memory, since every instance backs its memory with ArrayBuffer.
arrayBuffers
ArrayBuffer
Format current process memory usage as a human readable string.
Returns an empty string in the browser where
process.memoryUsageis unavailable.arrayBuffersshould allow tracking WASM memory, since every instance backs its memory withArrayBuffer.