File tree 3 files changed +14
-0
lines changed
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Change log
9
9
shouldn't crash.
10
10
* Fixed the cache panel to correctly count cache misses from the get_many()
11
11
cache method.
12
+ * Added pyflame (for flame graphs) to the list of third-party panels.
12
13
13
14
3.4.0 (2022-05-03)
14
15
------------------
Original file line number Diff line number Diff line change @@ -141,6 +141,18 @@ 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 for visualizing the performance profile of the request,
152
+ using Brendan Gregg's `flamegraph.pl script
153
+ <https://github.com/brendangregg/FlameGraph/flamegraph.pl> `_ to perform the
154
+ heavy lifting.
155
+
144
156
HTML Tidy/Validator
145
157
~~~~~~~~~~~~~~~~~~~
146
158
Original file line number Diff line number Diff line change 25
25
profiler
26
26
psycopg
27
27
py
28
+ pyflame
28
29
pylibmc
29
30
Pympler
30
31
querysets
You can’t perform that action at this time.
0 commit comments