tools: add --prof-process flag to node binary
authorMatt Loring <mattloring@google.com>
Wed, 25 Nov 2015 14:08:58 +0000 (06:08 -0800)
committerMyles Borins <mborins@us.ibm.com>
Wed, 2 Mar 2016 22:01:11 +0000 (14:01 -0800)
commit0164e12a6c3532faf25d589324584ba089eedbc5
treeea6828cfd527bb0b7b067a517e3f509c33b2bedd
parent86907c3e791ccedbbe187a1d15bdf06a54fc6a83
tools: add --prof-process flag to node binary

This change cleans up outstanding comments on #3032. It improves error
handling when no isolate file is provided and adds the --prof-process
flag to the node binary which executes the tick processor on the
provided isolate file.

PR-URL: https://github.com/nodejs/node/pull/4021
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Evan Lucas <evanlucas@me.com>
12 files changed:
.eslintignore
doc/node.1
lib/internal/v8_prof_polyfill.js [moved from tools/v8-prof/polyfill.js with 93% similarity]
lib/internal/v8_prof_processor.js [new file with mode: 0644]
node.gyp
src/node.cc
src/node.js
test/parallel/test-tick-processor.js
tools/install.py
tools/js2c.py
tools/rpm/node.spec
tools/v8-prof/tick-processor.js [deleted file]