From a7dbc61ec4b4932a570d538b23a3ddd1d46203d4 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Fri, 29 Nov 2013 10:33:25 +0100 Subject: Move support for line_profiler to a 3rd party panel. Many thanks to Dave McLain. Fix #477. --- docs/panels.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs') 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 ~~~~~~~~ -- cgit v1.2.3