Skip to content
forked from phacility/xhprof

XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.

License

Notifications You must be signed in to change notification settings

rustjson/xhprof

This branch is 33 commits ahead of phacility/xhprof:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

73c34e0 · Nov 25, 2018
Aug 28, 2014
Dec 11, 2015
Mar 1, 2017
Aug 28, 2014
Aug 28, 2014
Aug 28, 2014
Feb 26, 2015
Aug 28, 2014
Aug 28, 2014
Aug 28, 2014
Jan 25, 2014
May 27, 2009
Aug 27, 2014
Aug 28, 2014
Nov 25, 2018
Aug 28, 2014

Repository files navigation

xhprof for PHP7

Please do not use this in an production env.

Install

Compile in Linux

$ /$PHP7/bin/phpize
$ ./configure --with-php-config=/$PHP7/bin/php-config
$ make && make install

edit php.ini, add a new line:

extension=xhprof.so

make sure it works:

php7 -m |grep xhprof

About

XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 44.5%
  • C 20.8%
  • HTML 20.5%
  • JavaScript 12.9%
  • CSS 1.2%
  • M4 0.1%