Saturday, January 28, 2017

Adding line-level profiling to Django admin functions?

I am looking for a way to get detailed profiling information (line-level timing) for custom Django admin functions - especially actions.

All the various guides and blog posts seem to deal with adding profiling (e.g. via decorators) to plain Django views, and nothing at all deals with this aspect of Django.

If there is a simple plug-in or app that can handle this, I'd appreciate being pointed to it; otherwise, if there is some known way of getting at this information it would be very helpful to hear about it.

Thanks
Derek

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAF1Wu3NtU%3DAVcGn-Py1S79Ks%3De10wv%2B3O01R3gx3ngbVoNQsMQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment