Skip to content

Commit 6f91f3c

Browse files
committed
Fix file extension in the image tag
1 parent 004b8a6 commit 6f91f3c

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
@@ -86,7 +86,7 @@ It's also useful to check out Brendan Gregg's (the author of FlameGraph)
8686
/path/to/FlameGraph/flamegraph.pl perf.folded > perf.svg
8787
firefox perf.svg
8888
89-
.. image:: ../images/flamegraph.svg
89+
.. image:: ../images/flamegraph.png
9090

9191

9292
Performance analysis using ``uftrace``

0 commit comments

Comments
 (0)