diff options
author | Matt Loring <mattloring@google.com> | 2015-11-25 06:08:58 -0800 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2015-12-08 02:00:46 +0100 |
commit | 49440b7ea2496dbb7b343cf1872d96b92be470db (patch) | |
tree | fc9dfd71b00d985c78952a17db65a8a3b7dd73ce /doc/node.1 | |
parent | a04721df66db6d18f35116bcebcd3c2c6ddb2d19 (diff) | |
download | node-new-49440b7ea2496dbb7b343cf1872d96b92be470db.tar.gz |
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>
Diffstat (limited to 'doc/node.1')
-rw-r--r-- | doc/node.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1 index 4926dcccf3..9af846ec1f 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -64,6 +64,8 @@ and servers. --track-heap-objects track heap object allocations for heap snapshots + --prof-process process v8 profiler output generated using --prof + --v8-options print v8 command line options --tls-cipher-list=list use an alternative default TLS cipher list |