★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/7d4ec42b3aNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
doc: fix profile type of --heap-prof-name
V8 CPU profile -> V8 heap profile

PR-URL: #32404
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
syohex authored and addaleax committed Mar 30, 2020
1 parent e7e3aee commit 7d4ec42b3a99779dfaff710e2af9bd7f8e8fe5d4
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/node_options.cc
@@ -409,7 +409,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
"the profile to the current working directory.",
&EnvironmentOptions::heap_prof);
AddOption("--heap-prof-name",
"specified file name of the V8 CPU profile generated with "
"specified file name of the V8 heap profile generated with "
"--heap-prof",
&EnvironmentOptions::heap_prof_name);
AddOption("--heap-prof-dir",

0 comments on commit 7d4ec42

Please sign in to comment.