Changes between Version 4 and Version 5 of ProfilingDjango


Ignore:
Timestamp:
Mar 7, 2007, 5:17:42 AM (17 years ago)
Author:
LawrenceOluyede
Comment:

Added info about gather_profile_stats.py

Legend:

Unmodified
Added
Removed
Modified
  • ProfilingDjango

    v4 v5  
    1212}}}
    1313
    14 a 2nd option is [http://zilbo.com/@perfmon perfmon] which keeps track of performance data for individual requests and lets them be viewed via the django admin interface. This tool is free for people developing opensource projects.
     14You can also use [http://code.djangoproject.com/browser/django/trunk/django/bin/profiling/gather_profile_stats.py gather_profile_stats.py] in the Django distribution to aggregate the generated profilings and open them with pstats.Stats
     15
     16A 2nd option is [http://zilbo.com/@perfmon perfmon] which keeps track of performance data for individual requests and lets them be viewed via the django admin interface. This tool is free for people developing opensource projects.
Back to Top