Merge pull request #328 from brpaz/blackfireio

add blackfire.io Profiler
This commit is contained in:
Jamie York 2015-05-19 21:46:23 +01:00
commit d5e9817896
1 changed files with 1 additions and 0 deletions

View File

@ -342,6 +342,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
* [Z-Ray](http://www.zend.com/en/products/server/z-ray) - A debug and profile tool for Zend Server.
* [Blackfire.io](http://blackfire.io) - Blackfire Profiler automatically instruments your code to gather data about consumed server resources like memory, CPU time, and I/O.
## Build Tools
*Project build and automation tools.*