Added missing library Tracy.

This commit is contained in:
Jamie 2014-11-30 18:15:33 -07:00
parent 1f9a12d66c
commit 5d992c7fa9
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
* [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP.
* [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
## Build Tools
*Project build and automation tools.*