Skip to content
Bart van Hoekelen edited this page Apr 26, 2017 · 11 revisions

Welcome to the php performance tool wiki!

PHP performance tool

Documentation


Easy to use

// Add namespace at the top
use Performance\Performance;

// Set measure point
Performance::point();

//
// Run test code
//

// Finish all tasks and show test results
Performance::results();