From 5f38797ea51886708fbde22527fc54e64382925c Mon Sep 17 00:00:00 2001 From: James M Snell Date: Thu, 7 Mar 2019 16:51:36 +0000 Subject: v8: integrate node-heapdump into core Adds `v8.writeHeapSnapshot(filename)` with impl adapted from the `node-heapdump` module. Also, adds a v8.getHeapSnapshot() alternative that returns a Readable Stream PR-URL: https://github.com/nodejs/node/pull/26501 Reviewed-By: Richard Lau Reviewed-By: Ben Noordhuis Reviewed-By: Matteo Collina Reviewed-By: Anna Henningsen Reviewed-By: Vse Mozhet Byt Reviewed-By: Sam Roberts Reviewed-By: Joyee Cheung --- tools/license-builder.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/license-builder.sh') diff --git a/tools/license-builder.sh b/tools/license-builder.sh index 55f630285e..e0f039b45f 100755 --- a/tools/license-builder.sh +++ b/tools/license-builder.sh @@ -102,4 +102,7 @@ addlicense "brotli" "deps/brotli" "$(cat ${rootdir}/deps/brotli/LICENSE)" addlicense "HdrHistogram" "deps/histogram" "$(cat ${rootdir}/deps/histogram/LICENSE.txt)" +addlicense "node-heapdump" "src/heap_utils.cc" \ + "$(curl -sL https://raw.githubusercontent.com/bnoordhuis/node-heapdump/0ca52441e46241ffbea56a389e2856ec01c48c97/LICENSE)" + mv $tmplicense $licensefile -- cgit v1.2.3