exteon / web3tracer

PHP profiler module with recursion handling

Home Page:http://www.exteon.ro/en/products/php-tools/web3tracer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web3tracer PHP profiler

PHP extension to profile PHP scripts

V3 release notes (Nov. 10 2018)

  • We have rewritten the code and all old limitations related to memory footprint are now lifted. You can now profile a 2-week running script. Enjoy! We will update the documentation soon to reflect that.
  • Now also available for PHP 7, make sure to check out the php7 branch. For PHP up to 5.6, use the master branch.

web3tracer is a PHP profiler / tracer derived from XHProf; it is a PHP profiler module written in C allowing you to profile php script performance with minimum overhead.

It allows you to profile PHP scripts to analyze PHP scripts' performance, from finding bottlenecks to fine tuning execution times. It is an invaluable tool in assessing your PHP code's performance. Using the KCacheGrind graph rendition, you can visualize the execution flow of your scripts. This also gives you a structural overview of code flow, allowing you to easily identify the functional structure of your code.


Check out the project homepage at: http://www.exteon.ro/en/products/php-tools/web3tracer

And the full documentation at: http://www.exteon.ro/en/products/php-tools/web3tracer/manual


This PHP profiler is a new alternative, outperforming similar tools in:

  • Minimal overhead
  • KCachegrind output
  • XHProf output
  • Correctly handles recursive calls, not by expansion (XHProf) but by decoupling
  • Full call tree traces in XDebug XT format

It is not difficult now to get an execution graph like the one below:

Kcachegrind generated graph

This means that when you profile php script it will be will be more accurate, and easier to follow visually. Please browse the manual for a better look at what it does.

About

PHP profiler module with recursion handling

http://www.exteon.ro/en/products/php-tools/web3tracer

License:Apache License 2.0


Languages

Language:PHP 50.1%Language:C 21.1%Language:JavaScript 15.5%Language:HTML 11.7%Language:CSS 1.5%Language:M4 0.1%