From 9461f327f50c9885508392938053a62985d13259 Mon Sep 17 00:00:00 2001 From: ohbarye Date: Sun, 20 May 2018 19:05:08 +0900 Subject: [PATCH] src,doc: add doc of --prof flag to help command Fixes: https://github.com/nodejs/node/issues/16459 PR-URL: https://github.com/nodejs/node/pull/20845 Reviewed-By: Vse Mozhet Byt Reviewed-By: Gireesh Punathil Reviewed-By: Matheus Marchini Reviewed-By: James M Snell --- 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 d76c49615c9..00a18aef3fb 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`