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.
Install using setuptools, e.g. (within a virtualenv):
$ easy_install repoze.profile
or via pip:
$ pip install repoze.profile
For details on using the various components, please see the
documentation in docs/index.rst
. A rendered version of that documentation
is also available online:
Please report bugs in this package to
https://github.com/repoze/repoze.profile/issues
Download development or tagged versions of the software by visiting:
https://github.com/repoze/repoze.profile