diff options
| author | Aymeric Augustin | 2013-11-29 10:33:25 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-11-29 10:45:58 +0100 |
| commit | a7dbc61ec4b4932a570d538b23a3ddd1d46203d4 (patch) | |
| tree | a3b24c616ad99fb31160a96fa96e2c2563bf4dcf /docs | |
| parent | 2135eac0d5d8e249af395db903608fd0f4bb5ce0 (diff) | |
| download | django-debug-toolbar-a7dbc61ec4b4932a570d538b23a3ddd1d46203d4.tar.bz2 | |
Move support for line_profiler to a 3rd party panel.
Many thanks to Dave McLain.
Fix #477.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/panels.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/panels.rst b/docs/panels.rst index c766780..b82be1a 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -155,6 +155,18 @@ Retrieves and displays information you specify using the ``debug`` statement. Inspector panel also logs to the console by default, but may be instructed not to. +Line Profiler +~~~~~~~~~~~~~ + +URL: https://github.com/dmclain/django-debug-toolbar-line-profiler + +Path: ``debug_toolbar_line_profiler.panel.ProfilingPanel`` + +This package provides a profiling panel that incorporates output from +line_profiler_. + +.. _line_profiler: http://pythonhosted.org/line_profiler/ + Memcache ~~~~~~~~ |
