1gather_profile_stats.py(1) gather_profile_stats.py(1)
2
3
4
6 gather_profile_stats.py - Performance analysis tool for the Django Web
7 framework
8
10 python gather_profile_stats.py <path>
11
12
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
20 Discussion of profiling Django applications on the Django project's
21 wiki:
22
23 http://www.djangoproject.com/wiki/ProfilingDjango
24
25
27 Originally developed at World Online in Lawrence, Kansas, USA. Refer to
28 the AUTHORS file in the Django distribution for contributors.
29
30
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)