Re: application profiling

2009-05-05 Thread Vance Dubberly
Thanks Clement. Much appreciated. 2009/5/5 Clément Nodet : > > Hi there, > > Had that itch a few days ago, found a few nice snippets for in-browser > profiling, > using cProfile : > http://www.djangosnippets.org/snippets/727/ > or using hotshots : > http://www.djangosnippets.org/snippets/605/ > >

Re: application profiling

2009-05-05 Thread Clément Nodet
Hi there, Had that itch a few days ago, found a few nice snippets for in-browser profiling, using cProfile : http://www.djangosnippets.org/snippets/727/ or using hotshots : http://www.djangosnippets.org/snippets/605/ Also : http://www.rkblog.rk.edu.pl/w/p/django-profiling-hotshot-and-kcachegrind

application profiling

2009-05-04 Thread Vance Dubberly
Having a hard time trying to figure out how to profile a django application. Doesn't seem to be anything built into django itself that knows how to report on time spent in methods or sql queries or any such thing. Please tell me I'm delusional. Pretty Please? -- To pretend, I actually do the thi