File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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
11123.4.0 (2022-05-03)
1213------------------
Original file line number Diff line number Diff line change @@ -141,6 +141,17 @@ Third-party panels
141141
142142If 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+
144155HTML Tidy/Validator
145156~~~~~~~~~~~~~~~~~~~
146157
You can’t perform that action at this time.
0 commit comments