【发布时间】:2011-02-25 04:38:23
【问题描述】:
我为 php 安装了 xhprof 分析扩展
一切都很好,除了 callgraph.php 文件,它返回:
failed to shell execute cmd=" dot -Tpng"
所以我检查并没有安装点实用程序,所以我安装了它。
它似乎从命令行运行良好,所以我再次运行脚本,同样的错误:
failed to shell execute cmd=" dot -Tpng"
xhprof 文档指出:
the callgraph image visualization ([View Callgraph]) feature relies on the presence of Graphviz "dot" utility in your path.
但我不明白我现在需要做什么,特别是“路径中的实用程序”部分
感谢大家的帮助,谢谢
【问题讨论】:
标签: php linux profiling graphviz