summaryrefslogtreecommitdiff
path: root/lib/internal/heap_utils.js
Commit message (Collapse)AuthorAgeFilesLines
* lib: add options to the heap snapshot APIsJoyee Cheung2022-11-081-2/+17
| | | | | | | | | Support configuration of the HeapSnapshotMode and NumericsMode fields inf HeapSnapshotOptions in the JS APIs for heap snapshots. PR-URL: https://github.com/nodejs/node/pull/44989 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
* worker: add ability to take heap snapshot from parent threadAnna Henningsen2020-02-031-0/+41
PR-URL: https://github.com/nodejs/node/pull/31569 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>