the page here: http://code.djangoproject.com/wiki/ProfilingDjango mentions profiling with hotshot & mod_python, or wsgi & cprofile. the stuff here: http://www.djangosnippets.org/snippets/605/ is also for hotshot, not cprofile. i'm not sure how to get this going with fastcgi - which i'm starting through an init.d script like so:
start-stop-daemon --start --exec /usr/bin/python $SITES_PATH/$SITE/ manage.py runfcgi method=threaded host=$HOST port=$PORT pidfile= $RUNFILES_PATH/$SITE.pid --pidfile would i just need to pass an argument to get it to go through cProfile, or write/adapt an entire script? thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---