Skip to content

inspector: implement --heap-prof

Rodrigo Muino Tomonari requested to merge github/fork/joyeecheung/heap-prof into master

In addition implements --heap-prof-name, --heap-prof-dir and --heap-prof-interval. These flags are similar to --cpu-prof flags but they are meant for the V8 sampling heap profiler instead of the CPU profiler.

Fixes: https://github.com/nodejs/node/issues/27421

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading