Home
last modified time | relevance | path

Searched refs:writeHeapSnapshot (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/sequential/
Dtest-heapdump.js8 const { writeHeapSnapshot, getHeapSnapshot } = require('v8');
17 writeHeapSnapshot('my.heapdump');
22 const heapdump = writeHeapSnapshot();
28 assert.throws(() => writeHeapSnapshot(i), {
/third_party/node/lib/
Dv8.js67 function writeHeapSnapshot(filename) { function
362 writeHeapSnapshot, property
/third_party/node/lib/internal/bootstrap/
Dpre_execution.js201 const { writeHeapSnapshot } = require('v8');
204 writeHeapSnapshot();
/third_party/node/doc/api/
Dv8.md252 ## `v8.writeHeapSnapshot([filename])`
261 `{thread_id}` will be `0` when `writeHeapSnapshot()` is called from
275 const { writeHeapSnapshot } = require('v8');
288 console.log(`main thread heapdump: ${writeHeapSnapshot()}`);
298 parentPort.postMessage(writeHeapSnapshot());
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md245 …* Added `v8.getHeapSnapshot` and `v8.writeHeapSnapshot` to generate snapshots in the format used b…