Skip to content

Commit 905cd8c

Browse files
committed
Add pyflame to the list of third-party panels
1 parent 8269153 commit 905cd8c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Change log
77
dictionaries nor ``QueryDict`` instances. Using anything but ``QueryDict``
88
instances isn't a valid use of Django but, again, django-debug-toolbar
99
shouldn't crash.
10+
* Added pyflame (for flame graphs) to the list of third-party panels.
1011

1112
3.4.0 (2022-05-03)
1213
------------------

docs/panels.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,17 @@ Third-party panels
141141

142142
If you'd like to add a panel to this list, please submit a pull request!
143143

144+
Flame Graphs
145+
~~~~~~~~~~~~
146+
147+
URL: https://gitlab.com/living180/pyflame
148+
149+
Path: ``pyflame.djdt.panel.FlamegraphPanel``
150+
151+
Displays a flame graph of the request, using Brendan Gregg's `flamegraph.pl
152+
script <https://github.com/brendangregg/FlameGraph/flamegraph.pl>`_ to perform
153+
the heavy lifting.
154+
144155
HTML Tidy/Validator
145156
~~~~~~~~~~~~~~~~~~~
146157

0 commit comments

Comments
 (0)