Skip to content

Commit 8b355ea

Browse files
syohextargos
authored andcommittedApr 22, 2020
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>
1 parent 59a8dbe commit 8b355ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/node_options.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
495495
"the profile to the current working directory.",
496496
&EnvironmentOptions::heap_prof);
497497
AddOption("--heap-prof-name",
498-
"specified file name of the V8 CPU profile generated with "
498+
"specified file name of the V8 heap profile generated with "
499499
"--heap-prof",
500500
&EnvironmentOptions::heap_prof_name);
501501
AddOption("--heap-prof-dir",

0 commit comments

Comments
 (0)
Please sign in to comment.