2
Mac環境(php v5.3.3)。我需要分析xdebug分析日誌。周圍閱讀我明白我應該使用Kcachegrind.I以下DevZone教程Profiling PHP applications with Xdebug。我被困在兩個特定點:Php Kcachegrind安裝工作流程
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的),或者有要推薦其他分析工具。
感謝
盧卡
我不認爲你有在Mac中的數據包管理器,所以你將不得不手動安裝它。 xdebug網站有非常好的文檔 – Ibu 2011-06-04 21:06:27