App Engine Python SDK version 1.7.4 (2)
[gae.git] / python / lib / django_1_4 / docs / man / gather_profile_stats.1
blob72b443726f4c3d02a50cc7fd6e6c00519f28e5a9
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>
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.
14 .SH "SEE ALSO"
15 Discussion of profiling Django applications on the Django project's wiki:
16 .sp
17 .I https://www.djangoproject.com/wiki/ProfilingDjango
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.
23 .SH "LICENSE"
24 New BSD license. For the full license text refer to the LICENSE file in the
25 Django distribution.