From 1e17a91089daf85fe6d2506bba2e412d1c4f6515 Mon Sep 17 00:00:00 2001 From: ohbarye Date: Sun, 20 May 2018 19:05:08 +0900 Subject: [PATCH 1/2] cli: add doc of --prof flag to help command Fixes: https://github.com/nodejs/node/issues/16459 --- doc/api/cli.md | 7 +++++++ doc/node.1 | 3 +++ src/node.cc | 3 ++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index d76c49615c9bca..2438b91e59f6fe 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -240,6 +240,13 @@ resolving relative paths. See `--preserve-symlinks` for more information. +### `--prof` + + +Generate V8 profiler output. + ### `--prof-process` Generate V8 profiler output.