File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,13 @@ resolving relative paths.
240
240
241
241
See ` --preserve-symlinks ` for more information.
242
242
243
+ ### ` --prof `
244
+ <!-- YAML
245
+ added: v2.0.0
246
+ -->
247
+
248
+ Generate V8 profiler output.
249
+
243
250
### ` --prof-process `
244
251
<!-- YAML
245
252
added: v5.2.0
Original file line number Diff line number Diff line change @@ -149,6 +149,9 @@ Instructs the module loader to preserve symbolic links when resolving and cachin
149
149
.It Fl -preserve-symlinks-main
150
150
Instructs the module loader to preserve symbolic links when resolving and caching the main module.
151
151
.
152
+ .It Fl -prof
153
+ Generate V8 profiler output.
154
+ .
152
155
.It Fl -prof-process
153
156
Process V8 profiler output generated using the V8 option
154
157
.Fl -prof .
Original file line number Diff line number Diff line change @@ -3248,7 +3248,8 @@ static void PrintHelp() {
3248
3248
" --preserve-symlinks-main preserve symbolic links when resolving\n "
3249
3249
" the main module\n "
3250
3250
#endif
3251
- " --prof-process process v8 profiler output generated\n "
3251
+ " --prof generate V8 profiler output\n "
3252
+ " --prof-process process V8 profiler output generated\n "
3252
3253
" using --prof\n "
3253
3254
" --redirect-warnings=file\n "
3254
3255
" write warnings to file instead of\n "
You can’t perform that action at this time.
0 commit comments