Преглед на файлове

Merge pull request #414 from patrickallaert/profiling

Reorganizing Debugging with Profiling
pull/415/head
Jamie York преди 10 години
родител
ревизия
8872c37d91
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4
    4
      README.md

+ 4
- 4
README.md Целия файл

@@ -31,7 +31,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
31 31
 	- [Passwords](#passwords)
32 32
 	- [Code Analysis](#code-analysis)
33 33
 	- [Architectural](#architectural)
34
-	- [Debugging](#debugging)
34
+	- [Debugging and Profiling](#debugging-and-profiling)
35 35
 	- [Build Tools](#build-tools)
36 36
 	- [Task Runners](#task-runners)
37 37
 	- [Navigation](#navigation)
@@ -330,7 +330,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
330 330
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
331 331
 * [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
332 332
 * [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
333
-* [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP.
334 333
 * [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
335 334
 * [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs.
336 335
 
@@ -349,8 +348,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
349 348
 * [Lib Accessor](https://github.com/phine/lib-accessor) - A library for simplifying accessors.
350 349
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
351 350
 
352
-## Debugging
353
-*Libraries and tools for debugging code.*
351
+## Debugging and Profiling
352
+*Libraries and tools for debugging and profiling code.*
354 353
 
355 354
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
356 355
 * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
@@ -359,6 +358,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
359 358
 * [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
360 359
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
361 360
 * [Z-Ray](http://www.zend.com/en/products/server/z-ray) - A debug and profile tool for Zend Server.
361
+* [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
362 362
 * [Blackfire.io](http://blackfire.io) - A low-overhead code profiler.
363 363
 
364 364
 ## Build Tools

Loading…
Отказ
Запис