xhprof Questions
1
I'm currently using xhprof library forked by tideways.io for profiling myscript.php execution. From xhprof, i can get the walltime, cputime, memoryusage, and peakmemoryusage. I'm try to benchmark a...
3
How to install the extension Xhprof on Windows for php-5.6?
I found only this link: http://windows.php.net/downloads/pecl/releases/xhprof/0.10.6/
Delius asked 18/6, 2015 at 20:49
3
I have some very slow PHPUnit tests (8 mins for 43 tests) and I need to use XHProf to find out what is going wrong.
How can I do this from the command line? I have PHPUnit in the project's /vendor...
1
I was using xdebug to profile the use of multi curl in my php code, and the numbers didn't add up to the total, so I used xhprof instead, which seemed to provide better data. Why is xdebug providin...
1
I'm toying around with the idea of implementing something that profiles code on the production server and wanted some best-practice advice. Obviously it's a bad idea to profile ALL requests because...
1
© 2022 - 2024 — McMap. All rights reserved.