2

Mac 环境(php v5.3.3)。我需要分析 xdebug 分析日志。阅读周围我知道我应该使用 Kcachegrind。我正在关注 DevZone 教程使用 Xdebug 分析 PHP 应用程序。我被困在两个特定点:

If possible, use your system's packet manager to install the KCachegrind package.
KCachegrind uses GraphViz to draw the call graphs, so you must also install the 
GraphViz package if your packet manager does not automatically install it as a 
required dependecy.

As you can see, the path to the KDE libraries on your system is required. 
To configure the KCachegrind sources. If you are not sure where the KDE 
libraries are located on your system, use [..]
  • 什么是系统的数据包管理器?

  • 什么是 KDE 库以及如何安装它们?

我还想知道我是否应该使用 Kcachegrind 0.4.6 或 0.10.1(完整的 Valgrind 包),或者还有其他您想要建议的分析工具。

谢谢

卢卡

4

1 回答 1

0

Mac 确实有一个数据包管理器 ( MacPorts ),尽管您可能必须先安装它。如果您使用它来安装 KCacheGrind,它将安装 KDE 库作为依赖项。

于 2011-06-05T09:53:35.367 回答