gather_profile_stats (1) Linux Manual Page
NAME 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…
