xdebug-profiler

How do I read the UI of qcachegrind?

我与影子孤独终老i 提交于 2020-05-24 13:29:47
问题 I am using qcachegrind to view a Profile log that is created by Xdebug . I can view the file fine, but I have no clue what Im looking at. I have tried Google but I just keep getting installation tutorials, nothing about how to understand the display. What does the below qcachegrind display tell me about my application Is there anything more I can view from this file, or is this all of the available data? (please open image in new tab for a better view) 回答1: Tools like qcachegrind and

How do I read the UI of qcachegrind?

馋奶兔 提交于 2020-05-24 13:29:45
问题 I am using qcachegrind to view a Profile log that is created by Xdebug . I can view the file fine, but I have no clue what Im looking at. I have tried Google but I just keep getting installation tutorials, nothing about how to understand the display. What does the below qcachegrind display tell me about my application Is there anything more I can view from this file, or is this all of the available data? (please open image in new tab for a better view) 回答1: Tools like qcachegrind and

Why xdebug marks 587 and 588 as not executed and 589 as executed?

亡梦爱人 提交于 2019-12-13 23:57:37
问题 This is the chunk of code with the issue And this is the legend 回答1: I've understood what happens. The line 586 has multiple conditions and not all cases are covered and for those cases that are not covered 587 and 588 are listed as not executed. The legend should be updated though because is confusing. 来源: https://stackoverflow.com/questions/54828254/why-xdebug-marks-587-and-588-as-not-executed-and-589-as-executed

PhpStorm won't open xdebug profiler snapshot file

末鹿安然 提交于 2019-12-11 07:08:50
问题 ========================================================= Ignore this post. A much simpler statement of this issue can be found at PHP auto_prepend_file causes xdebug profiler to fail ========================================================= Original Post (and updates) When I try to open an xdebug profiler snapshot within PhpStorm using: menu bar >> Tools >> Analyze xdebug profiler snapshot... I select the file xDebug created but I'm faced with this error: Error: Incorrect profiler snapshot

PHP auto_prepend_file causes xdebug profiler to fail

跟風遠走 提交于 2019-12-07 10:58:36
问题 I use xDebug 2.5.5 on a Windows 7 machine running Apache 2.4 and PHP 5.6. xDebug profiler works ok except when I use a php auto_prepend_file in php.ini auto_prepend_file = "C:\path\to\init.php" or in Apache Vhost php_value auto_prepend_file "C:\path\to\init.php" In either case, adding this directive will cause the generated profiler snapshot cachegrind.out.#### , to be corrupted somehow. I cannot open it either in PhpStorm (my IDE) or using WinCacheGrind. In addition, I cannot delete the

PHP auto_prepend_file causes xdebug profiler to fail

给你一囗甜甜゛ 提交于 2019-12-05 16:57:15
I use xDebug 2.5.5 on a Windows 7 machine running Apache 2.4 and PHP 5.6. xDebug profiler works ok except when I use a php auto_prepend_file in php.ini auto_prepend_file = "C:\path\to\init.php" or in Apache Vhost php_value auto_prepend_file "C:\path\to\init.php" In either case, adding this directive will cause the generated profiler snapshot cachegrind.out.#### , to be corrupted somehow. I cannot open it either in PhpStorm (my IDE) or using WinCacheGrind . In addition, I cannot delete the snapshot until I kill the Apache process WinCacheGrind error Access violation at address 004A5908 in