Changes between Version 4 and Version 5 of ProfilingDjango
- Timestamp:
- Mar 7, 2007, 5:17:42 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProfilingDjango
v4 v5 12 12 }}} 13 13 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. 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.