gather_profile_stats (1) - Linux Manuals
gather_profile_stats: Performance analysis tool for the Django Web
NAME
gather_profile_stats.py - Performance analysis tool for the Django Web frameworkSYNOPSIS
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.AUTHORS/CREDITS
Originally developed at World Online in Lawrence, Kansas, USA. Refer to the AUTHORS file in the Django distribution for contributors.LICENSE
New BSD license. For the full license text refer to the LICENSE file in the Django distribution.