Searched refs:writeHeapSnapshot (Results 1 – 5 of 5) sorted by relevance
8 const { writeHeapSnapshot, getHeapSnapshot } = require('v8');17 writeHeapSnapshot('my.heapdump');22 const heapdump = writeHeapSnapshot();28 assert.throws(() => writeHeapSnapshot(i), {
67 function writeHeapSnapshot(filename) { function362 writeHeapSnapshot, property
201 const { writeHeapSnapshot } = require('v8');204 writeHeapSnapshot();
252 ## `v8.writeHeapSnapshot([filename])`261 `{thread_id}` will be `0` when `writeHeapSnapshot()` is called from275 const { writeHeapSnapshot } = require('v8');288 console.log(`main thread heapdump: ${writeHeapSnapshot()}`);298 parentPort.postMessage(writeHeapSnapshot());
245 …* Added `v8.getHeapSnapshot` and `v8.writeHeapSnapshot` to generate snapshots in the format used b…