Django

Code

root/django/trunk/docs/man/gather_profile_stats.1

Revision 7294, 0.8 kB (checked in by mtredinnick, 5 months ago)

Added "svn:eol-style native" to every text file in the tree (*.txt, *.html,
*.py, *.xml and AUTHORS, etc). Added "svn:ignore *.pyc" to some directories in
tests/regressiontests/ that were previously missing it.

Fixed #6545, #6801.

  • Property svn:eol-style set to native
Line 
1 .TH "gather_profile_stats.py" "1" "August 2007" "Django Project" ""
2 .SH "NAME"
3 gather_profile_stats.py \- Performance analysis tool for the Django web
4 framework
5 .SH "SYNOPSIS"
6 .B python gather_profile_stats.py
7 .I <path>
8
9 .SH "DESCRIPTION"
10 This utility script aggregates profiling logs generated using Python's
11 hotshot profiler. The sole command-line argument is the full path to the
12 directory containing the profiling logfiles.
13
14 .SH "SEE ALSO"
15 Discussion of profiling Django applications on the Django project's wiki:
16 .sp
17 .I http://www.djangoproject.com/wiki/ProfilingDjango
18
19 .SH "AUTHORS/CREDITS"
20 Originally developed at World Online in Lawrence, Kansas, USA. Refer to the
21 AUTHORS file in the Django distribution for contributors.
22
23 .SH "LICENSE"
24 New BSD license. For the full license text refer to the LICENSE file in the
25 Django distribution.
Note: See TracBrowser for help on using the browser.