mirror of
https://github.com/php/presentations.git
synced 2026-03-24 23:52:18 +01:00
14 lines
603 B
XML
14 lines
603 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<slide fontsize="6em">
|
|
<title>Execution trace to file</title>
|
|
<image filename="../perf/tracefile.png" align="right"/>
|
|
|
|
<example class="code_large" fontsize="1.7em">xdebug.auto_trace=1 ; enable tracing
|
|
xdebug.trace_output_dir=/tmp ; trace output directory
|
|
xdebug.trace_output_name=crc32 ; tracefile extension
|
|
xdebug.collect_params=0 ; parameter collection
|
|
xdebug.collect_includes=1 ; collecting includes
|
|
xdebug.extended_info=0 ; extended code generation
|
|
xdebug.show_mem_delta=1 ; memory difference</example>
|
|
</slide>
|