Files
archived-presentations/slides/xdebug/profiling-enable.xml
2010-06-11 13:10:23 +00:00

11 lines
386 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<slide fontsize="6em">
<title>Profiling</title>
<subtitle>KCacheGrind's Flat Profile and Call List</subtitle>
<image filename="pg1.png"/>
<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>