Searched refs:takeHeapSnapshot (Results 1 – 10 of 10) sorted by relevance
15 takeHeapSnapshot(): object;
220 `HeapProfiler.takeHeapSnapshot` or `HeapProfiler.stopTrackingHeapObjects`270 session.post('HeapProfiler.takeHeapSnapshot', null, (err, r) => {271 console.log('HeapProfiler.takeHeapSnapshot done:', err, r);
211 * `takeHeapSnapshot(filepath = 'node.heapsnapshot')`: Take a heap snapshot
45 Response takeHeapSnapshot(Maybe<bool> reportProgress,
240 takeHeapSnapshot(std::move(reportProgress), in stopTrackingHeapObjects()264 Response V8HeapProfilerAgentImpl::takeHeapSnapshot( in takeHeapSnapshot() function in v8_inspector::V8HeapProfilerAgentImpl
1021 takeHeapSnapshot(filename = 'node.heapsnapshot') { method1071 HeapProfiler.takeHeapSnapshot({ reportProgress: true }),
434 const heapSnapshotTaker = this[kHandle] && this[kHandle].takeHeapSnapshot();
715 command takeHeapSnapshot
580 …github.com/nodejs/node/commit/bc1e3575d4)] - **doc**: change worker.takeHeapSnapshot to getHeapSna…
2174 …github.com/nodejs/node/commit/f5b60ec8dd)] - **doc**: change worker.takeHeapSnapshot to getHeapSna…