1gather_profile_stats.py(1)                          gather_profile_stats.py(1)
2
3
4

NAME

6       gather_profile_stats.py  - Performance analysis tool for the Django Web
7       framework
8

SYNOPSIS

10       python gather_profile_stats.py <path>
11
12

DESCRIPTION

14       This utility script aggregates profiling logs generated using  Python's
15       hotshot  profiler.  The  sole command-line argument is the full path to
16       the directory containing the profiling logfiles.
17
18

SEE ALSO

20       Discussion of profiling Django applications  on  the  Django  project's
21       wiki:
22
23       http://www.djangoproject.com/wiki/ProfilingDjango
24
25

AUTHORS/CREDITS

27       Originally developed at World Online in Lawrence, Kansas, USA. Refer to
28       the AUTHORS file in the Django distribution for contributors.
29
30

LICENSE

32       New BSD license. For the full license text refer to the LICENSE file in
33       the Django distribution.
34
35
36
37
38Django Project                    August 2007       gather_profile_stats.py(1)
Impressum