How does one go about this?We have a web.py + wsgi + apache. And we'd want call graph profiling.
Good call, forgot about that one!
--
You received this message because you are subscribed to a topic in the Google Groups "web.py" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/webpy/alyQhQvTOj8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to webpy+un...@googlegroups.com.
To post to this group, send email to we...@googlegroups.com.
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webpy+un...@googlegroups.com.
Anand, Jeffrey,This is how i'm trying to use the web.profiler. Is this right? And if yes, where do I see the profile? I have a log file in the app and the apache log file, both of which didn't really have any indicators.import web.utils...application = web.application(urls,globals(),web.profiler).wsgifunc()