Files
archived-presentations/slides/xdebug/practical-profiling.xml
2012-09-29 10:54:03 -07:00

26 lines
1.0 KiB
XML

<slide>
<title>Practical</title>
<subtitle>Profiling</subtitle>
<blurb>Settings:</blurb>
<list>
<bullet>xdebug.profiler_enable / xdebug.profiler_enable_trigger</bullet>
</list>
<break/>
<blurb>Tools:</blurb>
<list>
<bullet>KCacheGrind (Linux)</bullet>
<bullet>WinCacheGrind (Windows)</bullet>
<bullet>maccallgrind (Mac, non-free)</bullet>
<bullet>webgrind (PHP script, multi-platform)</bullet>
</list>
<break/>
<blurb>Browser extensions:</blurb>
<blurb class="small_blurb">easy xdebug (firefox): <link href="https://addons.mozilla.org/en-us/firefox/addon/58688"/></blurb>
<blurb class="small_blurb">xdebug helper (chrome): <link href="https://chrome.google.com/extensions/detail/eadndfjplgieldjbigjakmdgkmoaaaoc"/></blurb>
<blurb class="small_blurb">xdebug toggler for safari: <link href="https://github.com/benmatselby/xdebug-toggler"/></blurb>
<blurb class="small_blurb">xdebug launcher for opera: <link href="https://addons.opera.com/addons/extensions/details/xdebug-launcher/?display=en"/></blurb>
</slide>