We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4383b37 commit 30dcc2aCopy full SHA for 30dcc2a
doc/jit/zjit.md
@@ -313,8 +313,10 @@ end
313
ZJIT: writing trace exits to /tmp/perfetto-123456.fxt
314
```
315
316
-To find the hottest side-exit locations, download `trace_processor_shell` and
317
-run an SQL query on the trace:
+To find the hottest side-exit locations, open the `.fxt` file in
+[Perfetto UI](https://ui.perfetto.dev/) and run an SQL query via the
318
+"Query (SQL)" tab in the bottom panel. Alternatively, download
319
+`trace_processor_shell` to query from the command line:
320
321
```bash
322
curl -Lo /tmp/trace_processor_shell https://get.perfetto.dev/trace_processor
0 commit comments