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.
| Tags | Benchmark Software Development Testing Bug Tracking Libraries php classes |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Changes: 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.


Changes: 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.
DLNA/UPnP tools (MediaServer/MediaRender) with a well designed framework.
A utility for reading Slashdot on your mobile Internet-connected device.
- All comments
Recent commentsPHP Profiler
It is Good. Working correctly.