On Wed, Feb 17, 2010 at 8:23 PM, SeC <[email protected]> wrote:
> Hi.
> Is it possible to use web.http.profiler on GAE - I don't see any
> params passed to cgirun ?

You can use this:

http://github.com/openlibrary/openlibrary/blob/master/openlibrary/plugins/openlibrary/processors.py#L148

Add it as processor to your app.

app.add_processor(ProfileProcessor())

And add ?_profile=true to your url to see profile output.

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to