mac qcachegrind打不开xdebug性能报告问题
作者:互联网
php 7.3.29
xdebug 3.1.4
问题:
按照网上配置的xdebug性能分析的参数,生成了性能文件如下,但是使用qcachegrind打不开。
解决:php.ini xdebug.use_compression参数配置问题。
查看xdebug官网文档,有配置项use_compression说明。
意思是mac平台qcachegrind 工具不支持.gz 格式的分析日志,kcachegrind和phpstorm支持,需要关闭此参数。
修改后php.ini配置如下。
最后生成报告:
用qcachegrind打开生成的文件后最终效果图:
另:
mac 安装 qcachegrind
brew install qcachegrind
安装成功后,在mac 终端敲 qcachegrind 命令即可打开。
标签:use,xdebug,mac,ini,qcachegrind,php 来源: https://www.cnblogs.com/kala00k/p/16218875.html