Flamegraphs for Django Debug Toolbar
Project description
Get a flame graph of the current request, right in Django.
Screenshot
Features
Uses https://github.com/brendangregg/FlameGraph to generate a flamegraph right in a debug panel.
Install
Add djdt_flamegraph to your requirements.txt.
Add djdt_flamegraph.FlamegraphPanel to DEBUG_TOOLBAR_PANELS.
Run your server with python manage.py runserver --nothreading --noreload
Notes
ValueError at /: signal only works in main thread: Flame graphs can only be generated in a single threaded server.
Flame graphs are disabled by default. You’ll have to enable it by clicking the checkbox next to it in the Debug Toolbar.
History
0.2.0 (2015-10-10)
Beta release.
0.1.0 (2015-10-5)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file djdt_flamegraph-0.2.1.tar.gz
.
File metadata
- Download URL: djdt_flamegraph-0.2.1.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 506cb5b2c9f46047ee6edbf78304471ca905ef653210a242de22aa44b598661c |
|
MD5 | e1138874891c2e4ef5aa7391a4c8ff84 |
|
BLAKE2b-256 | 5392729b35c5296003b38a124f38ffce08c4fb22c87f490a452e32f5fa511377 |