node heapdump:对V8堆进行转储以供以后检查 源码
节点堆转储 转储V8堆以供以后检查。 安装 npm install heapdump 或者,如果您正在运行node.js v0.6或v0.8: npm install heapdump@0.1.0 建造 node-gyp configure build 用法 将加载项加载到您的应用程序中: var heapdump = require('heapdump'); 该模块导出一个writeSnapshot([filename], [callback])函数,该函数写出快照。 如果省略,则filename默认为heapdump-..heapsnapshot 。 heapd
文件列表
node-heapdump-master.zip
(预估有个14文件)
node-heapdump-master
.gitignore
77B
README.md
2KB
binding.gyp
1KB
test
test-sigusr2.js
2KB
test-callback-error.js
1KB
test-callback-without-filename.js
2KB
test-callback.js
2KB
.clang-format
1KB
暂无评论