Thanks a bunch :-) Got it working in python 3 with minor tweaking. Thomas
On Thu, Mar 14, 2013 at 3:09 PM, Shawn Milochik <[email protected]> wrote: > I use this and it's great. I haven't tried it with Python 3, but it's > all standard library stuff. > > I tweaked mine a bit so it dumps the profile files to my temp folder > instead of the way it works by default. That's because I wanted to > profile AJAX calls, keep multiple runs for the same sites for A/B > comparisons, and because I don't have to know in advance I'm going to > want to profile something. I can always just look at the file for > anything I just did. > > https://gist.github.com/1229681 > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Mvh/Best regards, Thomas Weholt http://www.weholt.org -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

