Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created April 19, 2016 16:56
Show Gist options
  • Save eminetto/c84bae10f9b07a434dbe8fbee1570b1c to your computer and use it in GitHub Desktop.
Save eminetto/c84bae10f9b07a434dbe8fbee1570b1c to your computer and use it in GitHub Desktop.
<listener class="PHPUnit\XHProfTestListener\XHProfTestListener" file="vendor/phpunit/test-listener-xhprof/src/XHProfTestListener.php">
<arguments>
<array>
<element key="appNamespace">
<string>Planrockr</string>
</element>
<element key="xhprofWeb">
<string>http://localhost:8888</string>
</element>
<element key="xhprofLibFile">
<string>./vendor/lox/xhprof/xhprof_lib/utils/xhprof_lib.php</string>
</element>
<element key="xhprofRunsFile">
<string>./vendor/lox/xhprof/xhprof_lib/utils/xhprof_runs.php</string>
</element>
<element key="xhprofFlags">
<string>XHPROF_FLAGS_CPU,XHPROF_FLAGS_MEMORY</string>
</element>
<element key="xhprofIgnore">
<string>call_user_func,call_user_func_array</string>
</element>
</array>
</arguments>
</listener>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment