Skip to content

Commit 6fe8543

Browse files
[analyzer][docs] Mention perfetto for visualizing trace JSONs (#145500)
1 parent db4dc88 commit 6fe8543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/analyzer/developer-docs/PerformanceInvestigation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Performance analysis using ``-ftime-trace``
1010

1111
You can add the ``-ftime-trace=file.json`` option to break down the analysis time into individual entry points and steps within each entry point.
1212
You can explore the generated JSON file in a Chromium browser using the ``chrome://tracing`` URL,
13-
or using `speedscope <https://speedscope.app>`_.
13+
or using `perfetto <https://ui.perfetto.dev>`_ or `speedscope <https://speedscope.app>`_.
1414
Once you narrow down to specific analysis steps you are interested in, you can more effectively employ heavier profilers,
1515
such as `Perf <https://perfwiki.github.io/main/>`_ and `Callgrind <https://valgrind.org/docs/manual/cl-manual.html>`_.
1616

0 commit comments

Comments
 (0)