Downloadliste

Projektbeschreibung

PHP Profiler Class performs code profiling and aids
performance optimisation by locating the areas of
code that consume most processing time. The
reports it produces provide information on the
number of calls to a code section, as well as the
percentage and total of time spent on a section.
Timing of multiple nested code sections is possible.
It requires function calls to be manually inserted in
the code being profiled.

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.

2002-06-26 01:30
0.9.1

Der Code wurde aktualisiert, damit es bei Warnstufe E_ALL laufen. Die Ausgabe wurde aufgeräumt und formatiert werden, damit sie lesbar.
Tags: Stable, Code cleanup
The code has been updated to allow it to run at warning level E_ALL. The output has been tidied and formatted to make it more readable.

2002-04-24 13:02
0.9

Die Berichte umfassen die Zahl der Anrufe auf eine Code-Abschnitt, und der Anteil und die kumulierten Zeit in einem Code-Abschnitt ausgegeben. Mehrere verschachtelten 'sections' können profiliert werden.
Tags: Stable, Initial freshmeat announcement
Reports include the number of calls to a code section, and the percentage and accumulated time spent in a code section. Multiple nested sections may be profiled.

Project Resources