local performance tool for nodejs
npm install -g xperfUse ``xperf` to run nodejs application:
xperf start [app.js]Immediately start profiling:
--start-cpu-profiling--start-gc-profiling--start-heap-profling
Use a custom node executable:
--node [/path/to/node]
Pass custom arguments to node:
--arg [arg1] --arg [arg2]