YouTube video
Test PHP code with code coverage and profiling (cachegrind), unit testing, phpunit, tdd.
Bit Fire ·
Press Play to watch on YouTube. Playback may vary by country and device.
From the video’s description
https://github.com/bitslip6/tinytest
learn how to profile your PHP code with KCacheGrind and see code coverage reports in your IDE with this tiny unit testing app.
* execute hundreds of thousands of tests in seconds
* command line include / exclude filters
* data providers
* functional code testing
* XHProf, CallGrind
* KCacheGrind walkthrough
* extensible, customizable
https://pecl.php.net/package/xhprof - code profiler and code coverage
https://github.com/tideways/php-xhprof-extension - tideways profiler
http://kcachegrind.sourceforge.net/html/Home.html - execution path / time visualizer