php - PHP 的 'profiler with visualization' 和 `full backtrace visualization` ?

标签 php profiling call-graph

目前,我正在使用 xdebug profilerKCacheGrind。但是 GallGrind 格式不存储完整的调用跟踪,只存储父子调用跟踪(查看 Kcachegrind/callgrind is inaccurate for dispatcher functions? 我在说什么。)

Is there a profiler with visualization with full backtrace visualization available for PHP?

我看过

最佳答案

几个月前,我不得不为以前的项目做一些主要的 PHP 分析。

我能找到的最佳选择是 facebook 的 xhprofxhprof-ui .

在此处了解如何安装它们:

http://blog.preinheimer.com/index.php?/archives/355-A-GUI-for-XHProf.html

一些优点:

  • 易于使用的界面
  • 用于保存之前分析 session 的数据库后端
  • 漂亮的书法

关于php - PHP 的 'profiler with visualization' 和 `full backtrace visualization` ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8810437/

相关文章:

javascript - jQuery后台提交表单

php - Zend Framework 中的单元测试 json 输出

php - Laravel 项目面板 orderby 在他们的优先级上不起作用

tomcat - 在 VisualVM 中禁用执行 GC 和 CPU 监视

javascript - 如何为给定的 javascript 生成调用图?

php - PHP/MySQLi 中的多个 SQL 对象

两个事件之间的 Java 堆分析

profiling - Coq定理的高速计算

.net - 如何查看 .NET 程序的动态调用图的可视化?

从 valgrind 的 callgrind 输出过滤对 libc 的调用