Webgrind - профилирующий сетевой фронтенд PHP5
55 KB | Mac OS X 10.4 or later | Freeware
Webgrind is an Xdebug profiling web frontend in PHP5. Webgrind implements only a minimal set of the features of kcachegrind, but it will install in seconds and it works on all platforms. For quick'n'dirty optimizations it does the job.
Here are some key features of "Webgrind":
· Super simple, cross platform installation - obviously :)
· Track time spent in functions by self cost or inclusive cost. Inclusive cost is time inside function + calls to other functions.
· See where any function was called from and which functions it calls.
Installation
· Unzip package to favourite path accessible by webserver.
· Open config.php and verify that $xdebugOutputFormat, $xdebugOutputDir and $storageDir matches Xdebug settings.
· Load webgrind in browser and start profiling
Requirements:
· PHP 5
· Xdebug