Skip to content

Commit 30dcc2a

Browse files
committed
ZJIT: Mention Perfetto UI for SQL queries in trace-exits docs
1 parent 4383b37 commit 30dcc2a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/jit/zjit.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,10 @@ end
313313
ZJIT: writing trace exits to /tmp/perfetto-123456.fxt
314314
```
315315

316-
To find the hottest side-exit locations, download `trace_processor_shell` and
317-
run an SQL query on the trace:
316+
To find the hottest side-exit locations, open the `.fxt` file in
317+
[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:
318320

319321
```bash
320322
curl -Lo /tmp/trace_processor_shell https://get.perfetto.dev/trace_processor

0 commit comments

Comments
 (0)