Django

Code

Ticket #5180: gather_profile_stats.1

File gather_profile_stats.1, 0.8 kB (added by Nick Efford <nick@efford.org>, 1 year ago)

man page for gather_profile_stats.py

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.  Its 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.