File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ node --trace-event-categories v8 --trace-event-file-pattern '${pid}-${rotation}.
105105Node.js can also be built with [ Perfetto] [ ] support, as described in
106106[ BUILDING.md] [ ] . Such a build writes Perfetto protobuf traces instead of JSON,
107107so the default file name becomes ` node_trace.${rotation}.pftrace ` and the files
108- can be opened in [ ` ui.perfetto.dev ` ] [ ] . It cannot write JSON traces, and it
108+ can be opened in < https:// ui.perfetto.dev> . It cannot write JSON traces, and it
109109does not support trace collection over the inspector protocol.
110110
111111To guarantee that the log file is properly generated after signal events like
@@ -375,4 +375,3 @@ collect();
375375[ V8 ] : v8.md
376376[ `Worker` ] : worker_threads.md#class-worker
377377[ `async_hooks` ] : async_hooks.md
378- [ `ui.perfetto.dev` ] : https://ui.perfetto.dev/
You can’t perform that action at this time.
0 commit comments