File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Change log
7
7
dictionaries nor ``QueryDict `` instances. Using anything but ``QueryDict ``
8
8
instances isn't a valid use of Django but, again, django-debug-toolbar
9
9
shouldn't crash.
10
+ * Added pyflame (for flame graphs) to the list of third-party panels.
10
11
11
12
3.4.0 (2022-05-03)
12
13
------------------
Original file line number Diff line number Diff line change @@ -141,6 +141,17 @@ Third-party panels
141
141
142
142
If you'd like to add a panel to this list, please submit a pull request!
143
143
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
+
144
155
HTML Tidy/Validator
145
156
~~~~~~~~~~~~~~~~~~~
146
157
You can’t perform that action at this time.
0 commit comments