Xdebug: Difference between revisions
Jump to navigation
Jump to search
Created page with "Category:PHP" |
No edit summary |
||
Line 1: | Line 1: | ||
== Xdebug 2.x profiling == | |||
[xdebug] | |||
xdebug.default_enable = 1 | |||
xdebug.profiler_enable = 1 | |||
xdebug.profiler_output_name = xdebug.out.%t | |||
xdebug.profiler_output_dir = /path/to/output | |||
[[Category:PHP]] | [[Category:PHP]] |
Revision as of 13:34, 12 October 2021
Xdebug 2.x profiling
[xdebug] xdebug.default_enable = 1 xdebug.profiler_enable = 1 xdebug.profiler_output_name = xdebug.out.%t xdebug.profiler_output_dir = /path/to/output