Skip to content

Commit

Permalink
Add a .ini file for profiling with xdebug.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiggar committed Oct 26, 2008
1 parent c2ceb80 commit 757bf63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions misc/profile.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
zend_extension_debug_ts="/usr/local/lib/php/extensions/debug-zts-20060613/xdebug.so"

xdebug.trace_format = 0
xdebug.trace_output_dir = .
xdebug.trace_output_name = trace.%c.%p

xdebug.profiler_enable=On

0 comments on commit 757bf63

Please sign in to comment.