summaryrefslogtreecommitdiff
path: root/django/bin/profiling
AgeCommit message (Collapse)Author
2015-02-06Removed gather_profile_stats.pyTim Graham
This script uses the unmaintained hotshot module (gone on Python 3) and doesn't seem to be Django specific in any way.
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-10-10Whitespace cleanup.Tim Graham
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for ↵Jannis Leidel
the work on the patch and Alex for reviewing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-16Added shebang line to bin/profiling/gather_profile_stats.py. Refs #7268Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7658 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
improvement and forward-compatible with future Python releases. Patch from Gary Wilson. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5091 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18Moved django.bin.profiling.handler to django.core.handlers.profiler-hotshotAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@170 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18Renamed django.core.handler.CoreHandler to ModPythonHandler, in preparation ↵Adrian Holovaty
for WSGI support git-svn-id: http://code.djangoproject.com/svn/django/trunk@168 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3 bcc190cf-cafb-0310-a4f2-bffc1f526a37