Changes between Version 17 and Version 18 of ProfilingDjango
- Timestamp:
- Apr 18, 2014, 9:08:10 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProfilingDjango
v17 v18 119 119 120 120 ==== Development Server ==== 121 [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.121 [https://github.com/django-extensions/django-extensions django-extensions] provides a [http://django-extensions.readthedocs.org/en/latest/runprofileserver.html runprofileserver] command for running the development server using the hotshot or (c)Profile libraries and provides compatible output for kcachegrind. 122 122 123 123 A 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.