<slide title="" section="wpbench">

<literal><![CDATA[
<div id="wpbench_container" class="stretch" style="margin: 0 auto"></div>
<script src="presentations/slides/intro/wp2017.js"></script>
]]></literal>

<break lines="1" section="fdo"/>
<blurb fontsize="1.1em" align="center">GCC Feedback-Directed Optimization (FDO)</blurb>
<example fontsize="1em" result='0' title="" type="shell nohighlight"><![CDATA[
$ gcc --version
gcc (Debian 6.3.0-6) 6.3.0 20170205

$ make clean
$ make -j8 prof-gen
...
$ sapi/cgi/php-cgi -T 1000 /var/www/wordpress/index.php > /dev/null
$ make prof-clean
$ make -j8 prof-use
]]></example>

</slide>
