Changes between Version 5 and Version 6 of ProfilingDjango
- Timestamp:
- Mar 9, 2007, 8:00:05 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProfilingDjango
v5 v6 13 13 14 14 You 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.