From ea4c7eac6c0ab41dcc4a35de3205076ae22f2891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Kri=C5=A1ka?= Date: Sat, 12 Jul 2014 19:13:04 +0200 Subject: [PATCH] Added Tracy debugging library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b63c7d5..4a4742c 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project. * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP. * [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP. +* [Tracy](https://github.com/nette/tracy) - Simple error detection, logging and time measuring library. ## Build Tools *Project build and automation tools.*