repoze.profile

Software Screenshot:
repoze.profile
Software Details:
Version: 2.0 Beta 1
Upload Date: 14 Apr 15
Distribution Type: Freeware
Downloads: 1

Rating: nan/5 (Total Votes: 0)

repoze.profile is an app that 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.

What is new in this release:

  • Add support for building docs / exercising doctest snippets under tox.
  • Add setup.py docs alias (installs Sphinx).
  • Note support for PyPy.
  • Add support for Python 3.3.
  • Drop support for Python 2.4 / 2.5.

What is new in version 1.4:

  • This release is the last which will maintain support for Python 2.4 / Python 2.5.
  • Added an unwind configuration option. If unwind is True, the iterable returned by the downstream application will be consumed and turned into a list during profiling. This allows you to profile applications which return generators or other iterables that do "real work".
  • Applications which return generators that do "real work" will now need to supply the unwind flag to configuration to see that work in profile output.

What is new in version 1.3:

  • 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.

Requirements:

  • Python

Other Software of Developer Agendaless Consulting

repoze.mailin
repoze.mailin

15 Apr 15

repoze.workflow
repoze.workflow

14 Apr 15

compoze
compoze

14 Apr 15

Colander
Colander

5 Jun 15

Comments to repoze.profile

Comments not found
Add Comment
Turn on images!