Download the PHP package tinywan/webman-xhprof without Composer
On this page you can find all versions of the php package tinywan/webman-xhprof. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tinywan/webman-xhprof
More information about tinywan/webman-xhprof
Files in tinywan/webman-xhprof
Download tinywan/webman-xhprof
More information about tinywan/webman-xhprof
Files in tinywan/webman-xhprof
Vendor tinywan
Package webman-xhprof
Short Description Webman plugin tinywan/webman-xhprof
License MIT
Package webman-xhprof
Short Description Webman plugin tinywan/webman-xhprof
License MIT
Please rate this library. Is it a good library?
Informations about the package webman-xhprof
XHProf PHP tool for webman plugin
简介
XHProf 是一个分层PHP性能分析工具。它报告函数级别的请求次数和各种指标,包括阻塞时间,CPU时间和内存使用情况。一个函数的开销,可细分成调用者和被调用者的开销,XHProf数据收集阶段,它记录调用次数的追踪和包容性的指标弧在动态callgraph的一个程序。它独有的数据计算的报告/后处理阶段。
在数据收集时,XHProfd通过检测循环来处理递归的函数调用,并通过给递归调用中每个深度的调用一个有用的命名来避开死循环。XHProf分析报告有助于理解被执行的代码的结构,它有一个简单的HTML的用户界面( PHP写成的)。基于浏览器的性能分析用户界面能更容易查看,或是与同行们分享成果。也能绘制调用关系图。
安装
XHProf 安装
下载
php.ini
配置
确认是否安装成功
使用
配置 config/middleware.php
查看
访问地址 http://webman.xhprof.com/xhprof/xhprof_html/index.php
Existing runs
Webman\App::Webman{closure}
图形化展示
其他
xhprof 简单代理配置
访问地址:http://webman.xhprof.com/xhprof/xhprof_html/index.php
All versions of webman-xhprof with dependencies
PHP Build Version
Package Version
The package tinywan/webman-xhprof contains the following files
Loading the files please wait ....