Skip to content

Commit

Permalink
doc: fix profile type of --heap-prof-name
Browse files Browse the repository at this point in the history
V8 CPU profile -> V8 heap profile

PR-URL: #32404
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
syohex authored and addaleax committed Mar 30, 2020
1 parent e7e3aee commit 7d4ec42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7d4ec42

Please sign in to comment.