-
Couldn't load subscription status.
- Fork 38
Home
Bart van Hoekelen edited this page Apr 26, 2017
·
11 revisions

// 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();Return to wiki home page