Changes between Version 5 and Version 6 of ProfilingDjango


Ignore:
Timestamp:
Mar 9, 2007, 8:00:05 AM (17 years ago)
Author:
Noah Slater <nslater@…>
Comment:

This has nothing to do with *profiling* Django.

Legend:

Unmodified
Added
Removed
Modified
  • ProfilingDjango

    v5 v6  
    1313
    1414You 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 
    16 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.
Back to Top