--heap-prof
稳定性: 1 - 实验
在启动时开始 V8 堆分析器,并在退出前将堆分析器写入磁盘。
$ node --heap-prof index.js
$ ls *.heapprofile
Heap.20190409.202950.15293.0.001.heapprofile
Stability: 1 - Experimental
Starts the V8 heap profiler on start up, and writes the heap profile to disk before exit.
If --heap-prof-dir
is not specified, the generated profile will be placed
in the current working directory.
If --heap-prof-name
is not specified, the generated profile will be
named Heap.${yyyymmdd}.${hhmmss}.${pid}.${tid}.${seq}.heapprofile
.
$ node --heap-prof index.js
$ ls *.heapprofile
Heap.20190409.202950.15293.0.001.heapprofile