mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
11 lines
341 B
XML
11 lines
341 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<slide fontsize="6em">
|
|
<title>Profiling</title>
|
|
<image filename="callgrind-new.png"/>
|
|
|
|
<break/>
|
|
<example class="code_large">xdebug.profiler_enable=1 ; enable profiler
|
|
xdebug.profiler_output_dir=/tmp ; output directory
|
|
xdebug.profiler_output_name=cachegrind.out.%p</example>
|
|
</slide>
|