parts/django/docs/man/gather_profile_stats.1
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     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.
       
    26