17 messages in com.googlegroups.pylons-discussusing paste.debug.profile
FromSent OnAttachments
Pekka Jääskeläinen26 Aug 2007 16:39 
Ian Bicking26 Aug 2007 17:14 
Pekka Jääskeläinen26 Aug 2007 17:41 
Ian Bicking26 Aug 2007 17:43 
Pekka Jääskeläinen27 Aug 2007 02:37 
Ben Bangert27 Aug 2007 08:37 
Pekka Jääskeläinen27 Aug 2007 09:02 
Pekka Jääskeläinen27 Aug 2007 09:31 
Ben Bangert27 Aug 2007 09:56 
Pekka Jääskeläinen27 Aug 2007 10:12 
Ian Bicking04 Sep 2007 11:20 
Pekka Jääskeläinen16 Sep 2007 07:44 
Ian Bicking17 Sep 2007 11:19 
Mike Orr18 Sep 2007 11:14 
Pekka Jääskeläinen18 Sep 2007 11:45 
Pekka Jääskeläinen19 Sep 2007 02:46 
Pekka Jääskeläinen21 Sep 2007 11:55 
Subject:using paste.debug.profile
From:Pekka Jääskeläinen (pekk@public.gmane.org)
Date:08/26/2007 04:39:27 PM
List:com.googlegroups.pylons-discuss

Hello,

How am I supposed to use the paste.debug.profile to get profiling data for the web pages? It seems to have a middleware, but what should I add to the configuration file exactly to get it running?

I also tried to use the decorator for a single controller action like this:

@profile_decorator() def index(self):

This gave interesting results: when I loaded the index page, paster server just exited and returned a blank page.

Is this a bug I should open a ticket for or an uneducated user's error?