Files
archived-presentations/slides/xdebug/profiling2.xml
Derick Rethans 7bd1e3984e Latest talks
2011-09-01 15:42:07 +00:00

20 lines
605 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<slide fontsize="6em">
<title>Profiling</title>
<subtitle>KCacheGrind's Call Graph and Source Annotations</subtitle>
<image filename="pg4.png" marginright="2em" align="right" pdf-float="1" x-offset="15" y-offset="0" pdf-scale="0.6"/>
<break/>
<list fontsize="4em">
<bullet>Call graph</bullet>
<bullet>Area shows time spend</bullet>
<bullet>Stacked to show callees</bullet>
</list>
<break/>
<list fontsize="4em">
<bullet>Source annotations</bullet>
<bullet>Number of calls</bullet>
<bullet>Total time per function</bullet>
</list>
</slide>