Created
April 19, 2016 16:56
-
-
Save eminetto/c84bae10f9b07a434dbe8fbee1570b1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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