Ticket #5180: gather_profile_stats.1

File gather_profile_stats.1, 846 bytes (added by Nick Efford <nick@…>, 17 years ago)

man page for gather_profile_stats.py

Line 
1.TH "gather_profile_stats.py" "1" "August 2007" "Django Project" ""
2.SH "NAME"
3gather_profile_stats.py \- Performance analysis tool for the Django web
4framework
5.SH "SYNOPSIS"
6.B python gather_profile_stats.py
7.I <path>
8
9.SH "DESCRIPTION"
10This utility script aggregates profiling logs generated using Python's
11hotshot profiler. Its sole command-line argument is the full path to the
12directory containing the profiling logfiles.
13
14.SH "SEE ALSO"
15Discussion 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"
20Originally developed at World Online in Lawrence, Kansas, USA. Refer to the
21AUTHORS file in the Django distribution for contributors.
22
23.SH "LICENSE"
24New BSD license. For the full license text refer to the LICENSE file in the
25Django distribution.
26
Back to Top