gather_profile_stats (1) Linux Manual Page
gather_profile_stats.py – Performance analysis tool for the Django Web framework
Synopsis
python gather_profile_stats.py <path>Description
This utility script aggregates profiling logs generated using Python’s hotshot profiler. The sole command-line argument is the full path to the directory containing the profiling logfiles.See Also
Discussion of profiling Django applications on the Django project’s wiki:https://www.djangoproject.com/wiki/ProfilingDjango
