We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88aa4e0 commit 6259c2dCopy full SHA for 6259c2d
src/node_options.cc
@@ -383,6 +383,9 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
383
"preserve symbolic links when resolving the main module",
384
&EnvironmentOptions::preserve_symlinks_main,
385
kAllowedInEnvironment);
386
+ AddOption("--prof",
387
+ "Generate V8 profiler output.",
388
+ V8Option{});
389
AddOption("--prof-process",
390
"process V8 profiler output generated using --prof",
391
&EnvironmentOptions::prof_process);
0 commit comments