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...
Whyalla asked 6/6, 2017 at 3:55

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...
Leung asked 20/6, 2013 at 15:6

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...
Polyphemus asked 2/3, 2012 at 23:19

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...
Excurrent asked 6/12, 2010 at 20:48
1

© 2022 - 2024 — McMap. All rights reserved.