摘要:
https://windows.php.net/downloads/pecl/releases/xhprof/0.10.6/ 下载Xhprof版本 配置一个本地访问url,指向index.php,能访问即可。http://loc.oms.xhprof:9091 然后取php官网下载扩展,写在php. 阅读全文
posted @ 2019-02-01 19:59
永不飞xiang
阅读(321)
评论(0)
推荐(0)
摘要:
Xhprof在windows下点击[View Full Callgraph]调用graphviz软件时。警告Warning: proc_open() [function.proc-open]: CreateProcess failed, error code – 0 in并提示failed to e 阅读全文
posted @ 2019-02-01 19:46
永不飞xiang
阅读(1900)
评论(0)
推荐(0)
摘要:
使用xhprof会在nginx下报502 Bad Gateway错误 xhprof_enable()xhprof_enable(XHPROF_FLAGS_CPU + XHPROF_FLAGS_MEMORY);修改为:xhprof_enable( XHPROF_FLAGS_NO_BUILTINS | 阅读全文
posted @ 2019-02-01 19:45
永不飞xiang
阅读(262)
评论(0)
推荐(0)