File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Change log
99 shouldn't crash.
1010* Fixed the cache panel to correctly count cache misses from the get_many()
1111 cache method.
12+ * Added pyflame (for flame graphs) to the list of third-party panels.
1213
13143.4.0 (2022-05-03)
1415------------------
Original file line number Diff line number Diff line change @@ -141,6 +141,18 @@ 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 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+
144156HTML Tidy/Validator
145157~~~~~~~~~~~~~~~~~~~
146158
Original file line number Diff line number Diff line change 2525profiler
2626psycopg
2727py
28+ pyflame
2829pylibmc
2930Pympler
3031querysets
You can’t perform that action at this time.
0 commit comments