QCachegrind没有显示任何用于php分析的数据,可能是配置问题

时间:2016-07-18 14:22:27

标签: php profiling xdebug kcachegrind qcachegrind

我已经安装了xdebug和qCachegrind,它是KCachegrind的windows ver ..但是在这个界面上看不到任何分析数据。

可能是我无法正确配置它。

让我告诉你,我已经安装了Xdebug,我正在webgrind上查看它。

这里我发布了xdebug的ini设置:

zend_extension = C:\xampp\php\ext\php_xdebug-2.4.0-5.6-vc11.dll
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = On
xdebug.profiler_output_dir = "C:\xampp\tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 0
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
debug.trace_output_dir = "C:\xampp\tmp"

有些人请帮助我,以前曾经使用过它,在互联网上找不到多少帮助。

0 个答案:

没有答案