-1

我想使用 KCacheGrind 获得我的脚本的完整图表,这可能吗?

4

1 回答 1

2

Have a look at:

I would suggest using xhprof for its better Call-Graph and data presentation.

Check this link there are 2 screenhots in the XHGui section: Profiling a PHP Application

Here is a screenshot of the CallGraph from the above link:

CallGraph
(source: erichogue.ca)

Although, XHProf does not provide full backtrace. XHProf keeps track of only one level of calling context and is therefore only able to answer questions about a function looking either one level up or down.

于 2012-01-13T17:20:36.217 回答