summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-02-06 07:58:31 -0500
committerTim Graham <timograham@gmail.com>2015-02-06 07:58:31 -0500
commit388d986b8a6bb1363dab9f53ea435dff4dfe92cb (patch)
tree44710db8cadcba37df4094562a8136769f288c6f /docs
parentaea103b6a599a5e4c71a355b2cac237f067be13b (diff)
Removed gather_profile_stats.py
This script uses the unmaintained hotshot module (gone on Python 3) and doesn't seem to be Django specific in any way.
Diffstat (limited to 'docs')
-rw-r--r--docs/man/gather_profile_stats.126
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/man/gather_profile_stats.1 b/docs/man/gather_profile_stats.1
deleted file mode 100644
index 72b443726f..0000000000
--- a/docs/man/gather_profile_stats.1
+++ /dev/null
@@ -1,26 +0,0 @@
-.TH "gather_profile_stats.py" "1" "August 2007" "Django Project" ""
-.SH "NAME"
-gather_profile_stats.py \- Performance analysis tool for the Django Web
-framework
-.SH "SYNOPSIS"
-.B python gather_profile_stats.py
-.I <path>
-
-.SH "DESCRIPTION"
-This utility script aggregates profiling logs generated using Python's
-hotshot profiler. The sole command-line argument is the full path to the
-directory containing the profiling logfiles.
-
-.SH "SEE ALSO"
-Discussion of profiling Django applications on the Django project's wiki:
-.sp
-.I https://www.djangoproject.com/wiki/ProfilingDjango
-
-.SH "AUTHORS/CREDITS"
-Originally developed at World Online in Lawrence, Kansas, USA. Refer to the
-AUTHORS file in the Django distribution for contributors.
-
-.SH "LICENSE"
-New BSD license. For the full license text refer to the LICENSE file in the
-Django distribution.
-