Browse Source

Added Tracy debugging library

pull/162/head
Vladimír Kriška 11 years ago
parent
commit
ea4c7eac6c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -285,6 +285,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
285 285
 * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
286 286
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
287 287
 * [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP.
288
+* [Tracy](https://github.com/nette/tracy) - Simple error detection, logging and time measuring library.
288 289
 
289 290
 ## Build Tools
290 291
 *Project build and automation tools.*

Loading…
Cancel
Save