keas.profile 0.2.0
WSGI Profiler for Python Paste
Profiler middleware
This package provides middleware for profiling of the application. It's based on paste.debug.profile, but uses cProfile instead of hotshot.
If you use PasteScript, enabling the profiler is as simple as adding
[filter-app:profile] use = egg:keas.profile#profiler next = main
to your paster configuration file and passing --app-name=profile to paster. When you access your web application, every page will have the profiler output appended to the end of the document body.
CHANGES
0.2.0 (2010-08-07)
- Remove pyprof2calltree support; looks like it's buggy (or incompatible with Python 2.6) and just breaks everything.
0.1.0 (2008-12-12)
- Initial release
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| keas.profile-0.2.0.tar.gz (md5) | Source | 2010-08-06 | 5KB | 659 | |
- Author: Marius Gedminas and the Zope Community.
- Home Page: http://pypi.python.org/pypi/keas.profile
- Keywords: zope3 profile paste wsgi
- License: ZPL 2.1
- Categories
- Package Index Owner: mgedmin
- DOAP record: keas.profile-0.2.0.xml
