File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -835,14 +835,6 @@ Enable experimental WebAssembly System Interface (WASI) support.
835835.It Fl -experimental-worker-inspection
836836Enable experimental support for the worker inspection with Chrome DevTools.
837837.
838- .It Fl -expose-gc
839- This flag will expose the gc extension from V8.
840- .Bd -literal
841- if (globalThis.gc) {
842- globalThis.gc();
843- }
844- .Ed
845- .
846838.It Fl -force-context-aware
847839Disable loading native addons that are not context-aware.
848840.
@@ -1607,7 +1599,9 @@ tracing is enabled using \fB--trace-events-enabled\fR.
16071599.
16081600.It Fl -trace-event-file-pattern
16091601Template string specifying the filepath for the trace event data, it
1610- supports \fB ${rotation} \fR and \fB ${pid} \fR .
1602+ supports \fB ${rotation} \fR and \fB ${pid} \fR . It defaults to \fB node_trace.${rotation}.log \fR ,
1603+ or to \fB node_trace.${rotation}.pftrace \fR in builds with Perfetto support. See
1604+ Trace events for details.
16111605.
16121606.It Fl -trace-events-enabled
16131607Enables the collection of trace event tracing information.
You can’t perform that action at this time.
0 commit comments