mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
20 lines
605 B
XML
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>
|