Files
archived-presentations/slides/xdebug/profiling.xml
Derick Rethans b905529e25 Summer talks
2020-08-21 11:47:00 +01:00

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>