repoze.profile 1.3
Aggregate profiling for WSGI requests
Latest Version: 1.4
repoze.profile README
This package provides a WSGI middleware component which aggregates profiling data across all requests to a WSGI application. It provides a minimal web GUI for viewing profiling data.
Plese see the docs directory for Sphinx documentation, or read it online at http://docs.repoze.org/profile
repoze.profile Changelog
1.3 (2011-09-30)
- Added an option to filter profile output by filename. Thanks to Shish for the patch.
- Put a lock around "index" method in order to prevent exceptions when trying to view profile data as it's being generated. Closes http://bugs.repoze.org/issue168.
- Removed these dependencies: meld3, paste.
- A new paste.filter_app_factory entry point has been added named main which points to the profiler. This allows for the simplified spelling egg:repoze.profile in paste.ini files when referring to the profile middleware (instead of the older, more verbose egg:repoze.profile#profiler. The older alias continues to work as well.
- The new canonical import location for the profiling middleware is repoze.profile.ProfileMiddleware. Older imports continue to work.
- Remove ez_setup.py.
- Python 3.2 compatibility.
1.2 (2010-11-25)
- Converted documentation to Sphinx.
- Ensure we consume generators returned by the wrapped application. Fixes http://bugs.repoze.org/issue169
1.1 (2009-10-06)
- 100% test coverage.
- Get rid of spurious measurements of testing scaffolding in profile output (show no calls that are inside r.profile itself).
1.0 (2009-06-04)
- Relax the pinned requirement on elementtree < 1.2.7.
0.9 (2009-05-10)
- Made the pyprof2calltree dependency conditional on the Python version. This package depends on Python >= 2.5.
0.8 (2009-02-25)
- Added optional support for directly writing out the profiling data in the KCacheGrind format.
- Avoid a dependency on elementtree when used with Python 2.5 and later. In those Python versions we used the built-in xml.etree support.
0.7 (2009-02-08)
- discard_first_request = true did not work!
- Added tests for discard_first_request and flush_at_shutdown.
- Converted CHANGES.txt to ReST.
- Bump ez_setup.py version.
0.6 (2008-08-21)
discard_first_request = false did not work.
- Clearing the profile data from the user interface did not properly
discard profiler state.
0.5 (2008-06-11)
- Initial PyPI release.
0.4 (2008-05-07)
- Remove dependency-link to http://dist.repoze.org to prevent easy_install from adding that to its search path.
- Incorporated a patch from Alec Flett <alecf@metaweb.com> to uses cProfile, if available, rather than pure Python profile.
- Bump ez_setup.py version.
0.3 (2008-02-20)
- Added compatibility with Python 2.5.
- Made setup.py depend explicitly on ElementTree 1.2.6: meld needs it but meld isn't a setuptools package.
0.2 (2008-02-20)
- Added a browser UI.
- Added a knob to control discard at shutdown.
0.1 (2008-02-08)
- Initial release.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| repoze.profile-1.3.tar.gz (md5) | Source | 2011-09-30 | 131KB | 3927 | |
- Author: Agendaless Consulting
- Home Page: http://www.repoze.org
- Keywords: web application server wsgi zope
- License: BSD-derived (http://www.repoze.org/LICENSE.txt)
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- Programming Language :: Python
- Programming Language :: Python :: 2.4
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.2
- Topic :: Internet :: WWW/HTTP
- Topic :: Internet :: WWW/HTTP :: Dynamic Content
- Topic :: Internet :: WWW/HTTP :: WSGI
- Topic :: Internet :: WWW/HTTP :: WSGI :: Application
- Package Index Owner: chrism, hannosch, tseaver
- DOAP record: repoze.profile-1.3.xml
