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?