Tag Archives: Debugging
PHP Quick Profiler – Profile your Code

PHP Quick Profiler – Profile your Code

Posted 12 May 2009 | By vinu | Categories: PHP, Programming, Scripts, Software | Comments

PHP Quick Pofiler

Here’s a good looking and functional profiler you can plug into your projects. PQP (PHP Quick Profiler) allows you to profile your code and get information about how much time your script took to execute, the amount of memory used, the files which have been included, errors in your code, queries and any other debug information you would like to show up.

With minor changes to your code, it’s easy to get information on the console, memory and file utilizations. Getting information about your queries and load times, you’ll have to follow the instructions over at:  http://particletree.com/features/php-quick-profiler/.You can also send your exceptions, variable dumps and custom messages sent to the console.

See a demo of PHP Quick Profiler at - http://particletree.com/examples/pqp/

Get more information and download PHP Quick Profiler at: http://particletree.com/features/php-quick-profiler/

Reblog this post [with Zemanta]