Registry / devops / djdt-flamegraph

djdt-flamegraph

JSON →
library0.2.13pypypiunverified

Flamegraphs for Django Debug Toolbar. Version 0.2.13. Low release cadence; last updated in 2018.

pip install djdt-flamegraph
INSTALL
IMPORT
SIG · DJDT-FLAMEGRAPH
D
djdt-flamegraph
devopspythonv0.2.13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FlamegraphDebugPanel
from djdt_flamegraph import FlamegraphDebugPanel
from djdt_flamegraph.panel import FlamegraphDebugPanel

Add 'djdt_flamegraph' to INSTALLED_APPS and the panel to DEBUG_TOOLBAR_PANELS.

# settings.py INSTALLED_APPS = [ ... 'debug_toolbar', 'djdt_flamegraph', ] DEBUG_TOOLBAR_PANELS = [ ... 'djdt_flamegraph.panel.FlamegraphDebugPanel', ]
Debug
Known issues
gotchaImport path uses underscores (djdt_flamegraph) not hyphens (djdt-flamegraph).
fix
Use 'from djdt_flamegraph.panel import FlamegraphDebugPanel'.
affects: all
deprecatedRequires Django Debug Toolbar < 3.0. Newer versions of DDT may break compatibility.
fix
Pin Django Debug Toolbar to version < 3.0, or consider alternative flamegraph tools.
affects: 0.2.13
Upgrade
Version history
0.2.13latest on PyPI · released Jan 17, 2020
Audit
Dependencies
django-debug-toolbarrequiredRequired dependency; djdt-flamegraph is a panel for Django Debug Toolbar.
Agent activity
17 hits · last 30 days
node
16
Resources
djdt-flamegraph — pip install djdt-flamegraph · libregistry