Changes between Version 12 and Version 13 of ProfilingDjango


Ignore:
Timestamp:
Jun 13, 2012, 5:26:43 PM (12 years ago)
Author:
trbs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProfilingDjango

    v12 v13  
    118118
    119119==== Development Server ====
    120 [https://github.com/django-extensions/django-extensions django-extensions] provides a [http://packages.python.org/django-extensions/runprofileserver.html runprofileserver] command for running the development server using the hotshot library.
     120[https://github.com/django-extensions/django-extensions django-extensions] provides a [http://packages.python.org/django-extensions/runprofileserver.html runprofileserver] command for running the development server using the hotshot or (c)Profile libraries and provides compatible output for kcachegrind.
    121121
    122122A similar solution for the internal development webserver: apply the included patch to {{{django/core/management.py}}} and start Django with {{{manage.py runserver}}}. Each request will create a {{{.prof}}} file in your {{{/tmp}}} directory.
Back to Top