Downloadliste

Projektbeschreibung

pyprof is a wrapper around python's profile module
for easily profiling python scripts without having
to specify the whole path to them if they are in
$PATH. It has command line arg and rc file
configurable behaviors. If pyprof_auto is used,
any python code can be profiled merely by setting
the $PYPROF environment variable.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-04-11 14:02
1.2

Code-Updates: pyprof.force_profile verwendet atexit.register falls vorhanden; doc Saiten sind für alle Funktionen hinzugefügt; gedumpten Profil-Ausgabe (n) angegeben werden kann, anstatt ein Skript ausgeführt werden;-o mit einem leeren Argument wird wieder auf Standard-Einstellungen ; langen Versionen aller Optionen hinzugefügt worden sind; - version zeigt Python-Version (zusätzlich zur Script-Version), und die Konfigurations-Support wurde hinzugefügt.
Tags: Minor feature enhancements
Code updates: pyprof.force_profile uses
atexit.register if available; doc strings have
been added for all functions; dumped profile
output(s) may be specified instead of a script to
run; -o with an empty argument will reset to
default output settings; long versions of all
options have been added; --version shows python
version (in addition to script version); and
config file support has been added.

2001-04-06 09:51
1.1

Ein pyprof_auto.py-Modul für die globale automatische Identifizierung durch Setzen einer Umgebungsvariablen, die Verwendung von python-distutils statt, Verschieben Code in pyprof.py-Modul und die Einfuhr aus pyprof Skript und eine neue pyprof-python2 Debian-Pakets.
Tags: Major feature enhancements
A pyprof_auto.py module for global automatic profiling by setting an environment variable, use of python-distutils instead of make, moving code into pyprof.py module and import from pyprof script, and a new pyprof-python2 Debian package.

2001-04-04 23:06
1.0

Tags: Initial freshmeat announcement

Project Resources