Profiling tools?
I am using Django 1.3.1
I want to know in my application how much time is taken by a) database access b) creation of XML c) other parts of code. What would be some good tools to profile my application?
The code to be profiled is in django view and uses Django ORM and Python 2.6 and lxml to generate XML. It is called from AJAX request and returns XML.
Please recommend both open source and commercial tools.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/BuahWkG90JkJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home